Revision 3ff25e3c4531aff5b1a96e2ea6e1a2d355263019 authored by hayeswang on 12 July 2013, 08:26:15 UTC, committed by David S. Miller on 12 July 2013, 23:13:34 UTC
config: make ARCH=avr32 allyesconfig
drivers/net/usb/r8152.c: In function 'rtl8152_start_xmit':
drivers/net/usb/r8152.c:956: warning: integer overflow in expression

   955	memset(tx_desc, 0, sizeof(*tx_desc));
 > 956	tx_desc->opts1 = cpu_to_le32((len & TX_LEN_MASK) | TX_FS | TX_LS);
   957	tp->tx_skb = skb;

Signed-off-by: Hayes Wang <hayeswang@realtek.com>
Spotted-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 40dadff
History
File Mode Size
governors
Kconfig -rw-r--r-- 1.3 KB
Makefile -rw-r--r-- 291 bytes
coupled.c -rw-r--r-- 23.4 KB
cpuidle-calxeda.c -rw-r--r-- 2.5 KB
cpuidle-kirkwood.c -rw-r--r-- 2.4 KB
cpuidle-zynq.c -rw-r--r-- 2.2 KB
cpuidle.c -rw-r--r-- 12.6 KB
cpuidle.h -rw-r--r-- 1.9 KB
driver.c -rw-r--r-- 8.8 KB
governor.c -rw-r--r-- 3.2 KB
sysfs.c -rw-r--r-- 15.2 KB

back to top