linux/drivers/usb/wusbcore
Harvey Harrison d767d88875 USB: wusb: annotate association types withe proper endianness
Also a trivial annotation in rh.c for:
drivers/usb/wusbcore/rh.c:366:9: warning: incorrect type in assignment (different base types)
drivers/usb/wusbcore/rh.c:366:9:    expected unsigned short [unsigned] [short] [usertype] <noident>
drivers/usb/wusbcore/rh.c:366:9:    got restricted __le16 [usertype] <noident>
drivers/usb/wusbcore/rh.c:367:9: warning: incorrect type in assignment (different base types)
drivers/usb/wusbcore/rh.c:367:9:    expected unsigned short [unsigned] [short] [usertype] <noident>
drivers/usb/wusbcore/rh.c:367:9:    got restricted __le16 [usertype] <noident>

Association types annotation fixes piles of warnings similar to:
drivers/usb/wusbcore/cbaf.c:238:30: warning: incorrect type in initializer (different base types)
drivers/usb/wusbcore/cbaf.c:238:30:    expected restricted __le16 [usertype] id
drivers/usb/wusbcore/cbaf.c:238:30:    got int
drivers/usb/wusbcore/cbaf.c:238:30: warning: incorrect type in initializer (different base types)
drivers/usb/wusbcore/cbaf.c:238:30:    expected restricted __le16 [usertype] len
drivers/usb/wusbcore/cbaf.c:238:30:    got int

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Cc: David Vrabel <david.vrabel@csr.com>
Cc: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-01-07 09:59:51 -08:00
..
Kconfig uwb: depend on EXPERIMENTAL 2008-09-17 16:54:36 +01:00
Makefile wusb: wusb-cbaf (CBA driver) sysfs ABI simplification 2008-09-17 16:54:35 +01:00
cbaf.c wusb: remove unused #include <version.h> 2008-10-31 15:10:27 +00:00
crypto.c uwb: use print_hex_dump() 2008-12-22 18:27:17 +00:00
dev-sysfs.c uwb: use dev_dbg() for debug messages 2008-12-22 18:22:50 +00:00
devconnect.c uwb: use dev_dbg() for debug messages 2008-12-22 18:22:50 +00:00
mmc.c wusb: whci-hcd shouldn't do ASL/PZL updates while channel is inactive 2008-11-25 14:23:40 +00:00
pal.c uwb: add basic radio manager 2008-11-19 14:46:33 +00:00
reservation.c wusb: fix oops when terminating a non-existant reservation 2008-12-12 13:25:21 +00:00
rh.c USB: wusb: annotate association types withe proper endianness 2009-01-07 09:59:51 -08:00
security.c uwb: use dev_dbg() for debug messages 2008-12-22 18:22:50 +00:00
wa-hc.c wusb: add the Wire Adapter (WA) core 2008-09-17 16:54:31 +01:00
wa-hc.h wusb: add the Wire Adapter (WA) core 2008-09-17 16:54:31 +01:00
wa-nep.c uwb: use print_hex_dump() 2008-12-22 18:27:17 +00:00
wa-rpipe.c uwb: use dev_dbg() for debug messages 2008-12-22 18:22:50 +00:00
wa-xfer.c uwb: use dev_dbg() for debug messages 2008-12-22 18:22:50 +00:00
wusbhc.c uwb: add symlinks in sysfs between radio controllers and PALs 2008-09-17 16:54:35 +01:00
wusbhc.h uwb: add basic radio manager 2008-11-19 14:46:33 +00:00