From: Ivo van Doorn <ivdoorn@xxxxxxxxx> Date: Sat, 2 Aug 2008 07:49:08 +0200 > rt2x00usb_vendor_request_large_buff is write-only, so it is > safe to make the argument a const. > > Fixes compile warning: > drivers/net/wireless/rt2x00/rt73usb.c: In function 'rt73usb_load_firmware': > drivers/net/wireless/rt2x00/rt73usb.c:916: warning: passing argument 5 of 'rt2x00usb_vendor_request_large_buff' discards qualifiers from pointer target typ > > Signed-off-by: Ivo van Doorn <IvDoorn@xxxxxxxxx> Are you sure? This buffer pointer, via 'tb', eventually gets passed down to rt2x00usb_vendor_req_buff_lock which conditionally copies into the buffer. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html