1. 07 8月, 2008 14 次提交
  2. 05 8月, 2008 25 次提交
  3. 02 8月, 2008 1 次提交
    • I
      rt2x00: Fix compile warning · 82f97b8d
      Ivo van Doorn 提交于
      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: NIvo van Doorn <IvDoorn@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      82f97b8d