Bluetooth: btmrvl: use native helpers for debugfs
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 23 Apr 2013 09:53:46 +0000 (12:53 +0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Tue, 23 Apr 2013 23:44:26 +0000 (20:44 -0300)
Clean up the code by using native debugfs helpers, instead of implementing
them ourselves:

debugfs_create_u8()
debugfs_create_x16()
debugfs_create_file()
debugfs_remove_recursive()

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>

No differences found