staging: gasket: core: remove debug log that could crash
authorTodd Poynor <toddpoynor@google.com>
Fri, 10 Aug 2018 03:20:57 +0000 (20:20 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Aug 2018 17:43:42 +0000 (19:43 +0200)
commit4cfc2bff29cadf9c0df9723adbce1fce7ee33281
treea0a191d32cccd0621ceef9b1db09d53e20e86d2c
parent9323bbfa140ca565be637c955e8420ec51ae43f5
staging: gasket: core: remove debug log that could crash

A debug log in gasket_alloc_dev() is issued regardless of whether the
device pointer used returned success or error.  The log isn't that
useful anyway, remove it.

Signed-off-by: Todd Poynor <toddpoynor@google.com>
Reviewed-by: Rob Springer <rspringer@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gasket/gasket_core.c