mbox series

[v2,0/2] PNP: Fix handling of pnp_bus_type

Message ID 20240528102708.1451343-1-andy.shevchenko@gmail.com (mailing list archive)
Headers show
Series PNP: Fix handling of pnp_bus_type | expand

Message

Andy Shevchenko May 28, 2024, 10:25 a.m. UTC
There is a fix for recently introduced dev_is_pnp() that involves pnp_bus_type
and one improvement to hide that variable from the wider audience for good.

In v2:
- reworked patch 1 as suggested by Christoph
- added a new patch to make less possibilities for (ab)using pnp_bus_type

Andy Shevchenko (2):
  PNP: Make dev_is_pnp() to be a function and export it for modules
  PNP: Hide pnp_bus_type from the non-PNP code

 drivers/pnp/base.h   | 1 +
 drivers/pnp/driver.c | 6 ++++++
 include/linux/pnp.h  | 6 ++----
 3 files changed, 9 insertions(+), 4 deletions(-)