mei: bus-fixup: fix buffer type
authorAlexander Usyskin <alexander.usyskin@intel.com>
Mon, 22 May 2023 10:12:10 +0000 (13:12 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 May 2023 14:05:17 +0000 (15:05 +0100)
commit0f2c1f801a67ec2dc01efc10f2ea78ce06c35602
tree9a2f3595031318fd1a955497fbd643f649c16e78
parent783aa47033a22cad9ed7ffdbb337dcfbf7acc65b
mei: bus-fixup: fix buffer type

The __mei_cl_recv and __mei_cl_send accepts u8 buffer.
Fix buffer type from char to u8.

Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Link: https://lore.kernel.org/r/20230522101210.2207395-2-tomas.winkler@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/bus-fixup.c