diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2022-02-23 18:47:18 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-03-08 21:12:47 +0300 |
commit | b6149efc57bff87f8310134e3f65311cb2c94ac4 (patch) | |
tree | f5d6fa9fd0ee1337d06951aee55c0749df50b55c /drivers/net/can/usb | |
parent | 5d53cd33f4253aa4cf02bf7e670b3c6a99674351 (diff) | |
download | linux-b6149efc57bff87f8310134e3f65311cb2c94ac4.tar.xz |
auxdisplay: lcd2s: Use proper API to free the instance of charlcd object
commit 9ed331f8a0fb674f4f06edf05a1687bf755af27b upstream.
While it might work, the current approach is fragile in a few ways:
- whenever members in the structure are shuffled, the pointer will be wrong
- the resource freeing may include more than covered by kfree()
Fix this by using charlcd_free() call instead of kfree().
Fixes: 8c9108d014c5 ("auxdisplay: add a driver for lcd2s character display")
Cc: Lars Poeschel <poeschel@lemonage.de>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/net/can/usb')
0 files changed, 0 insertions, 0 deletions