commit | 5885e48e4412e75be5495fe889cec6762b165197 | [log] [tgz] |
---|---|---|
author | Fabian Frederick <fabf@skynet.be> | Sun Jul 27 07:30:01 2014 +0930 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Sun Jul 27 21:07:14 2014 +0930 |
tree | 87dec5854c05fa21f780f0eec16b1138ed36fdfc | |
parent | 15ba2236f3556fc01b9ca91394465152b5ea74b6 [diff] |
virtio: console: remove unnecessary null test before debugfs_remove_recursive Fix checkpatch warning: WARNING: debugfs_remove_recursive(NULL) is safe this check is probably not required Cc: Arnd Bergmann <arnd@arndb.de> Cc: virtualization@lists.linux-foundation.org Reviewed-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>