]> err.no Git - linux-2.6/blobdiff - drivers/net/usb/rndis_host.c
Merge branch 'linus' into x86/kconfig
[linux-2.6] / drivers / net / usb / rndis_host.c
index e1177cca8a760394c346ffd9038a00c7ae3db152..ae467f182c4025958b00060ee1b29972c0467d25 100644 (file)
@@ -283,8 +283,8 @@ generic_rndis_bind(struct usbnet *dev, struct usb_interface *intf, int flags)
                struct rndis_set_c      *set_c;
                struct rndis_halt       *halt;
        } u;
-       u32                     tmp, phym_unspec;
-       __le32                  *phym;
+       u32                     tmp;
+       __le32                  phym_unspec, *phym;
        int                     reply_len;
        unsigned char           *bp;