[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1499690734-28960-1-git-send-email-peda@axentia.se>
Date: Mon, 10 Jul 2017 14:45:34 +0200
From: Peter Rosin <peda@...ntia.se>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Kuppuswamy Sathyanarayanan
<sathyanarayanan.kuppuswamy@...ux.intel.com>,
Peter Rosin <peda@...ntia.se>, linux-kernel@...r.kernel.org,
sathyaosid@...il.com
Subject: [PATCH v2] mux: mux-core: unregister mux_class in mux_exit()
From: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@...ux.intel.com>
Fixes an obvious and nasty typo.
Fixes: a3b02a9c6591 ("mux: minimal mux subsystem")
Signed-off-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@...ux.intel.com>
Signed-off-by: Peter Rosin <peda@...ntia.se>
---
drivers/mux/mux-core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Hi Greg!
Please pick this up and pass on along with the other patch
that removed the unloved Kconfig question [1].
Thanks!
Cheers,
peda
[1] https://lkml.org/lkml/2017/7/4/118
diff --git a/drivers/mux/mux-core.c b/drivers/mux/mux-core.c
index 90b8995f07cb..2fe96c470112 100644
--- a/drivers/mux/mux-core.c
+++ b/drivers/mux/mux-core.c
@@ -46,7 +46,7 @@ static int __init mux_init(void)
static void __exit mux_exit(void)
{
- class_register(&mux_class);
+ class_unregister(&mux_class);
ida_destroy(&mux_ida);
}
--
2.1.4
Powered by blists - more mailing lists