diff options
author | Alexander Aring <alex.aring@gmail.com> | 2015-12-15 14:25:35 +0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-12-20 10:21:00 +0300 |
commit | 92e17ee72a60b126263cbcd749e5da688e0198a3 (patch) | |
tree | d5058e90ef47bc3578ce61300d8489ec4aa08388 /drivers/bluetooth | |
parent | 7eb7404f7ee4bf59cb034897ab678aba2755c5e0 (diff) | |
download | linux-92e17ee72a60b126263cbcd749e5da688e0198a3.tar.xz |
6lowpan: fix debugfs interface entry name
This patches moves the debugfs interface related register after
netdevice register. The function lowpan_dev_debugfs_init will use
"dev->name" which can be before register_netdevice a format string.
The function register_netdevice will evaluate the format string if
necessary and replace "dev->name" to the real interface name.
Reported-by: Lukasz Duda <lukasz.duda@nordicsemi.no>
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Acked-by: Lukasz Duda <lukasz.duda@nordicsemi.no>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth')
0 files changed, 0 insertions, 0 deletions