mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 07:50:04 +00:00
staging: wlags49_h2: remove some DBG_TRACE() calls
These two calls were not needed, they were just debugging stuff. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
cb7482bfec
commit
4ecc8c02cb
@ -388,13 +388,7 @@ static struct pcmcia_driver wlags49_driver = {
|
||||
******************************************************************************/
|
||||
int wl_adapter_init_module(void)
|
||||
{
|
||||
int ret;
|
||||
|
||||
DBG_TRACE(DbgInfo, "wl_adapter_init_module() -- PCMCIA\n");
|
||||
|
||||
ret = pcmcia_register_driver(&wlags49_driver);
|
||||
|
||||
return ret;
|
||||
return pcmcia_register_driver(&wlags49_driver);
|
||||
} /* wl_adapter_init_module */
|
||||
/*============================================================================*/
|
||||
|
||||
@ -418,11 +412,7 @@ int wl_adapter_init_module(void)
|
||||
******************************************************************************/
|
||||
void wl_adapter_cleanup_module(void)
|
||||
{
|
||||
DBG_TRACE(DbgInfo, "wl_adapter_cleanup_module() -- PCMCIA\n");
|
||||
|
||||
pcmcia_unregister_driver(&wlags49_driver);
|
||||
|
||||
return;
|
||||
} /* wl_adapter_cleanup_module */
|
||||
/*============================================================================*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user