serial: core: Controller id cannot be negative
authorTony Lindgren <tony@atomide.com>
Tue, 25 Jul 2023 05:42:10 +0000 (08:42 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 Aug 2023 05:48:55 +0000 (07:48 +0200)
commit83c35180abfdfb22f3d7703b0c85ad2d442ed2c5
tree8ba48ef9eb48bdec7d08231c962937da7a553882
parent282069845af388b08d622ad192b831dcd0549c62
serial: core: Controller id cannot be negative

The controller id cannot be negative. Let's fix the ctrl_id in preparation
for adding port_id to fix the device name.

Fixes: 84a9582fd203 ("serial: core: Start managing serial controllers to enable runtime PM")
Reported-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Link: https://lore.kernel.org/r/20230725054216.45696-2-tony@atomide.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/serial_core.h