Re: [PATCH] net/nfc: Fix the compilation warning

From: Samuel Ortiz
Date: Mon Apr 30 2012 - 05:15:35 EST


Hi Joseph,

On Mon, Apr 30, 2012 at 01:43:15PM +0600, joseph daniel wrote:
> the nfc_llcp_general_bytes is defined in nfc/core.c as
> static inline u8 *nfc_llcp_general_bytes(struct nfc_dev *dev, size_t *gb_len).
>
> as in nfc/nfc.h:
> static inline u8 *nfc_llcp_general_bytes(struct nfc_dev *dev, u8 *gb_len), as
> CONFIG_NFC_LLCP is not defined.
>
> so we got some warnings,
> net/nfc/core.c:207:2: warning: passing argument 2 of ânfc_llcp_general_bytesâ from incompatible pointer type [enabled by default]
> net/nfc/nfc.h:87:19: note: expected âu8 *â but argument is of type âsize_t *â
>
> Signed-off-by: joseph daniel <josephdanielwalter@xxxxxxxxx>
Thanks, patch applied to my nfc-next branch.

Cheers,
Samuel.

--
Intel Open Source Technology Centre
http://oss.intel.com/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/