Hi Clement, On Thu, Jan 22, 2015 at 04:27:38PM +0100, clement.perroch...@effinnov.com wrote: > @@ -686,7 +686,7 @@ L: alsa-de...@alsa-project.org (moderated for > non-subscribers) > W: http://blackfin.uclinux.org/ > S: Supported > F: sound/soc/blackfin/* > - > + Unneeded change, please remove it.
> +config NFC_NXP_NCI > + tristate "NXP-NCI NFC driver" > + depends on NFC_NCI > + default n > + ---help--- > + Generic core driver for NXP NCI chips. It usually is nice to be more specific and describe which chipsets (e.g. NPC100) this driver supports among all the NXP NCI chipsets. > +struct nxp_nci_phy_ops { > + int (*enable)(void *id); > + int (*fw_enable)(void *id); Wouldn't a int (*enable)(void *id, enum nxp_nci_mode mode); hook be enough ? Cheers, Samuel. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/