Re: [PATCH v5 4/8] thunderbolt: Communication with the ICM (firmware)
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2016-07-29 21:03:23
Also in:
linux-pci, lkml
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2016-07-29 21:03:23
Also in:
linux-pci, lkml
On Thu, 28 Jul 2016 11:15:17 +0300 Amir Levy [off-list ref] wrote:
+int nhi_send_message(struct tbt_nhi_ctxt *nhi_ctxt, enum pdf_value pdf,
+ u32 msg_len, const u8 *msg, bool ignore_icm_resp)
+{Why not make msg a void * and not have to do so many casts?