diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2024-04-12 20:39:37 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-04-17 14:14:09 +0300 |
commit | c205edcd86dac01c205e4eadf6d0d95965e7a566 (patch) | |
tree | 03adc17e20cd26484d71ce9fe5b92b21423421c8 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 6a533ed7350af50322a7e478a6557f1368222ea3 (diff) | |
download | linux-c205edcd86dac01c205e4eadf6d0d95965e7a566.tar.xz |
serial: 8250_dw: Hide a cast in dw8250_serial_inq()
dw8250_serial_inq() uses unsigned int variable to store 8-bit value.
Due to that it needs a cast which can be avoided by switching to use
u8 instead of unsigned int.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20240412173937.187442-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions