mei: me: constify the device parameter to the probe quirk
authorTomas Winkler <tomas.winkler@intel.com>
Fri, 19 Jun 2020 16:51:16 +0000 (19:51 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 Jun 2020 16:40:26 +0000 (18:40 +0200)
commit45a2c76283ace79cee5eb7e17a0ee81099700139
tree65ded210f39ac8a394333f25bd0f2ab2153c30c3
parent0e3a52ba93ffce737c7a2418ce6592152787d148
mei: me: constify the device parameter to the probe quirk

The quirk_probe there is no writing to pci device hence
we can constify the passed pci_dev pointer.

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Link: https://lore.kernel.org/r/20200619165121.2145330-2-tomas.winkler@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/hw-me.c
drivers/misc/mei/hw-me.h