* [vhost:vhost-net-next 61/99] drivers/net/can/janz-ican3.c:964:7: warning: unused variable 'ret'
@ 2012-07-28 10:24 Fengguang Wu
2012-07-30 12:47 ` Marc Kleine-Budde
0 siblings, 1 reply; 2+ messages in thread
From: Fengguang Wu @ 2012-07-28 10:24 UTC (permalink / raw)
To: kernel-janitors
Hi Ira,
There are new compile warnings show up in
tree: git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost-net-next
head: 163049aefdc04323a2d17ec9f2862027b43b0502
commit: 83702f69272e4591a91a27eb58eade1bcd361dae [61/99] can: janz-ican3: fix support for CAN_RAW_RECV_OWN_MSGS
All error/warnings:
drivers/net/can/janz-ican3.c: In function 'ican3_handle_cevtind':
drivers/net/can/janz-ican3.c:964:7: warning: unused variable 'ret' [-Wunused-variable]
vim +964 drivers/net/can/janz-ican3.c
961 * skb allocation when it will just be freed immediately.
962 */
963 if (isrc = CEVTIND_BEI) {
> 964 int ret;
965 dev_dbg(mod->dev, "bus error interrupt\n");
966
967 /* TX error */
---
0-DAY kernel build testing backend Open Source Technology Centre
Fengguang Wu <wfg@linux.intel.com> Intel Corporation
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-30 12:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-28 10:24 [vhost:vhost-net-next 61/99] drivers/net/can/janz-ican3.c:964:7: warning: unused variable 'ret' Fengguang Wu
2012-07-30 12:47 ` Marc Kleine-Budde
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.