Hi all, After merging the net tree, today's linux-next build (arm multi_v7_defconfig) produced these warnings: drivers/net/usb/pegasus.c: In function 'read_bulk_callback': drivers/net/usb/pegasus.c:475:1: warning: label 'goon' defined but not used [-Wunused-label] goon: ^ drivers/net/usb/pegasus.c:446:8: warning: unused variable 'pkt_len' [-Wunused-variable] __u16 pkt_len; ^ drivers/net/usb/pegasus.c:445:6: warning: unused variable 'buf' [-Wunused-variable] u8 *buf = urb->transfer_buffer; ^ drivers/net/usb/pegasus.c:443:17: warning: unused variable 'count' [-Wunused-variable] int rx_status, count = urb->actual_length; ^ Introduced by commit e00be9e4d0ff ("net: pegasus: remove dead coding") -- Cheers, Stephen Rothwell -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html