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
iscsi
loopback
sbp
tcm_fc
Kconfig -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 828 bytes
target_core_alua.c -rw-r--r-- 54.3 KB
target_core_alua.h -rw-r--r-- 5.5 KB
target_core_configfs.c -rw-r--r-- 80.3 KB
target_core_device.c -rw-r--r-- 42.1 KB
target_core_fabric_configfs.c -rw-r--r-- 34.7 KB
target_core_fabric_lib.c -rw-r--r-- 12.3 KB
target_core_file.c -rw-r--r-- 19.3 KB
target_core_file.h -rw-r--r-- 965 bytes
target_core_hba.c -rw-r--r-- 4.2 KB
target_core_iblock.c -rw-r--r-- 17.8 KB
target_core_iblock.h -rw-r--r-- 518 bytes
target_core_internal.h -rw-r--r-- 5.4 KB
target_core_pr.c -rw-r--r-- 125.6 KB
target_core_pr.h -rw-r--r-- 2.2 KB
target_core_pscsi.c -rw-r--r-- 29.9 KB
target_core_pscsi.h -rw-r--r-- 1.3 KB
target_core_rd.c -rw-r--r-- 11.9 KB
target_core_rd.h -rw-r--r-- 1.2 KB
target_core_sbc.c -rw-r--r-- 18.0 KB
target_core_spc.c -rw-r--r-- 34.2 KB
target_core_stat.c -rw-r--r-- 48.1 KB
target_core_tmr.c -rw-r--r-- 11.4 KB
target_core_tpg.c -rw-r--r-- 23.4 KB
target_core_transport.c -rw-r--r-- 77.9 KB
target_core_ua.c -rw-r--r-- 8.9 KB
target_core_ua.h -rw-r--r-- 1.4 KB

back to top