[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1341209912-6030-1-git-send-email-alex.bluesman.smirnov@gmail.com>
Date: Mon, 2 Jul 2012 10:18:30 +0400
From: Alexander Smirnov <alex.bluesman.smirnov@...il.com>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, dbaryshkov@...il.com
Subject: [PATCH net-next 0/0] fix sparse warnings
Hello David,
I've received a notification from Fengguang Wu that there are new sparse
warnings are shown up after my patch sets.
Completely forgot about 'sparse', aghhr...
These patches fixes the following sparse warnings:
- drivers/ieee802154/at86rf230.c:610:2: warning:
'rc' may be used uninitialized in this function [-Wuninitialized]
- net/ieee802154/6lowpan.c:127:12: sparse:
symbol 'flist_lock' was not declared. Should it be static?
- net/mac802154/mac_cmd.c:58:17: warning:
symbol 'mac802154_get_phy' was not declared. Should it be static?
- net/mac802154/mib.c:42:23: warning:
symbol 'mac802154_slave_get_priv' was not declared. Should it be static?
With best regards,
Alexander Smirnov
Alexander Smirnov (2):
ieee802154: sparse warnings: make symbols static
drivers/ieee802154/at231rf230: remove unused return status
drivers/ieee802154/at86rf230.c | 3 +--
net/ieee802154/6lowpan.c | 2 +-
net/mac802154/mac_cmd.c | 2 +-
net/mac802154/mib.c | 2 +-
4 files changed, 4 insertions(+), 5 deletions(-)
--
1.7.2.3
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists