]> git.baikalelectronics.ru Git - kernel.git/commit
serial: 8250_mid: Get rid of custom MID_DEVICE() macro
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 15 Feb 2022 10:41:26 +0000 (12:41 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Feb 2022 18:48:07 +0000 (19:48 +0100)
commitd6916c41d780d490f7d3948e9a7cdc7a1a0f1db8
tree66064ae44848f25f6b244c307a849d1195a38fdc
parentff1f6a98c9551b5d8e2aa8d04a372f0b1679e974
serial: 8250_mid: Get rid of custom MID_DEVICE() macro

Since PCI core provides a generic PCI_DEVICE_DATA() macro,
replace MID_DEVICE() with former one.

No functional change intended.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20220215104126.7220-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_mid.c