commit | 25f0006603e4a5e9a2dbdbbe1783803fa6b1e239 | [log] [tgz] |
---|---|---|
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | Tue Sep 29 12:09:58 2020 +0200 |
committer | Bartosz Golaszewski <bgolaszewski@baylibre.com> | Wed Sep 30 10:50:30 2020 +0200 |
tree | c08e10f4aecbb2891c94adb9c97b4bdc1362dd00 | |
parent | 94502ba9a47c2bfbd2e4d4d683392b409e9c31bb [diff] |
gpio: mockup: use KBUILD_MODNAME Drop the definition for the driver name. Let's use KBUILD_MODNAME for the log format and use the "gpio-mockup" value directly in the only place where it's relevant: in the name of the device. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>