mei: pxp: Keep a const qualifier when calling mei_cldev_send()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Fri, 21 Jul 2023 20:26:27 +0000 (22:26 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 30 Jul 2023 16:15:27 +0000 (18:15 +0200)
commitfb827efbece747884300193917e3bae3ab67fed9
treef79ece106966faaf693e8ebaae22777b09049cd2
parent89f6fc9cc712f17f14a1bd66ae8ee7ff2abe8bd6
mei: pxp: Keep a const qualifier when calling mei_cldev_send()

The API has been fixed in commit 0912ef4855e8 ("mei: constify passed
buffers and structures"), so there is no more need to drop the const
qualifier and the comment can be removed as-well.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/23c078181575e65ff660f993bc6eb38753b3d5e7.1689971167.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/pxp/mei_pxp.c