* [PATCH] airport: remove useless return in a function returning void
@ 2008-12-09 17:32 Pavel Roskin
0 siblings, 0 replies; only message in thread
From: Pavel Roskin @ 2008-12-09 17:32 UTC (permalink / raw)
To: linux-wireless, John W Linville
Signed-off-by: Pavel Roskin <proski@gnu.org>
---
drivers/net/wireless/orinoco/airport.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/wireless/orinoco/airport.c b/drivers/net/wireless/orinoco/airport.c
index ce03a2e..28f1cae 100644
--- a/drivers/net/wireless/orinoco/airport.c
+++ b/drivers/net/wireless/orinoco/airport.c
@@ -279,7 +279,7 @@ init_airport(void)
static void __exit
exit_airport(void)
{
- return macio_unregister_driver(&airport_driver);
+ macio_unregister_driver(&airport_driver);
}
module_init(init_airport);
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-12-09 17:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-09 17:32 [PATCH] airport: remove useless return in a function returning void Pavel Roskin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).