Ahmad, On Wed, Jan 21, 2015 at 01:55:11PM -0900, Ahmad Hassan wrote: [...] > if (udc == NULL) { > - ERR("%s udc == NULL\n", __func__); > + dev_err(udc->dev,"%s udc == NULL\n", __func__); ^^^^^
Always check your patches with checkpatch.pl before submitting them. There are a bunch of "space required after ','" errors in this patch. -- - Jeremiah Mahler -- 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/