Author: mguevara                     Date: Tue May  1 20:12:18 2007 GMT
Module: SOURCES                       Tag: LINUX_2_6
---- Log message:
- 2.6.21 update

---- Files affected:
SOURCES:
   linux-2.6-warnings.patch (1.1.2.1 -> 1.1.2.1.2.1) 

---- Diffs:

================================================================
Index: SOURCES/linux-2.6-warnings.patch
diff -u SOURCES/linux-2.6-warnings.patch:1.1.2.1 
SOURCES/linux-2.6-warnings.patch:1.1.2.1.2.1
--- SOURCES/linux-2.6-warnings.patch:1.1.2.1    Thu Apr 12 21:39:02 2007
+++ SOURCES/linux-2.6-warnings.patch    Tue May  1 22:12:13 2007
@@ -188,45 +188,23 @@
                                        struct inode *dir,
                                        const char *name, int namelen,
                                        unsigned long offset,
---- linux-2.6.20/net/bluetooth/hidp/core.c~    2007-02-04 19:44:54.000000000 
+0100
-+++ linux-2.6.20/net/bluetooth/hidp/core.c     2007-04-10 02:13:05.403298000 
+0200
-@@ -260,7 +260,7 @@
-       return 0;
- }
- 
--static int inline hidp_send_ctrl_message(struct hidp_session *session,
-+static inline int hidp_send_ctrl_message(struct hidp_session *session,
-                       unsigned char hdr, unsigned char *data, int size)
- {
-       int err;
---- linux-2.6.20/net/bridge/br_netfilter.c~    2007-02-04 19:44:54.000000000 
+0100
-+++ linux-2.6.20/net/bridge/br_netfilter.c     2007-04-10 02:14:02.318855000 
+0200
-@@ -61,7 +61,7 @@
- #define brnf_filter_vlan_tagged 1
- #endif
- 
--static __be16 inline vlan_proto(const struct sk_buff *skb)
-+static inline __be16 vlan_proto(const struct sk_buff *skb)
- {
-       return vlan_eth_hdr(skb)->h_vlan_encapsulated_proto;
- }
 --- linux-2.6.20/drivers/media/video/cx88/cx88.h~      2007-04-10 
01:58:14.000000000 +0200
 +++ linux-2.6.20/drivers/media/video/cx88/cx88.h       2007-04-10 
02:17:05.442299500 +0200
 @@ -89,13 +89,13 @@
-       u32                    cxoformat;
- };
+ /* ----------------------------------------------------------- */
+ /* tv norms                                                    */
  
--static unsigned int inline norm_maxw(struct cx88_tvnorm *norm)
-+static inline unsigned int norm_maxw(struct cx88_tvnorm *norm)
+-static unsigned int inline norm_maxw(v4l2_std_id norm)
++static inline unsigned int norm_maxw(v4l2_std_id norm)
  {
-       return (norm->id & (V4L2_STD_MN & ~V4L2_STD_PAL_Nc)) ? 720 : 768;
+       return (norm & (V4L2_STD_MN & ~V4L2_STD_PAL_Nc)) ? 720 : 768;
  }
  
  
--static unsigned int inline norm_maxh(struct cx88_tvnorm *norm)
-+static inline unsigned int norm_maxh(struct cx88_tvnorm *norm)
+-static unsigned int inline norm_maxh(v4l2_std_id norm)
++static inline unsigned int norm_maxh(v4l2_std_id norm)
  {
-       return (norm->id & V4L2_STD_625_50) ? 576 : 480;
+       return (norm & V4L2_STD_625_50) ? 576 : 480;
  }
 --- linux-2.6.20/drivers/isdn/hardware/eicon/platform.h~       2007-02-04 
19:44:54.000000000 +0100
 +++ linux-2.6.20/drivers/isdn/hardware/eicon/platform.h        2007-04-10 
02:20:13.490051750 +0200
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/SOURCES/linux-2.6-warnings.patch?r1=1.1.2.1&r2=1.1.2.1.2.1&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to