Loading drivers/nfc/mei_phy.c +1 −1 Original line number Diff line number Diff line Loading @@ -202,7 +202,7 @@ static int mei_nfc_connect(struct nfc_mei_phy *phy) return r; } static int mei_nfc_send(struct nfc_mei_phy *phy, u8 *buf, size_t length) static int mei_nfc_send(struct nfc_mei_phy *phy, const u8 *buf, size_t length) { struct mei_nfc_hdr *hdr; u8 *mei_buf; Loading Loading
drivers/nfc/mei_phy.c +1 −1 Original line number Diff line number Diff line Loading @@ -202,7 +202,7 @@ static int mei_nfc_connect(struct nfc_mei_phy *phy) return r; } static int mei_nfc_send(struct nfc_mei_phy *phy, u8 *buf, size_t length) static int mei_nfc_send(struct nfc_mei_phy *phy, const u8 *buf, size_t length) { struct mei_nfc_hdr *hdr; u8 *mei_buf; Loading