Commit 7793472b authored by Andreas Kühn's avatar Andreas Kühn Committed by Greg Kroah-Hartman
Browse files

usb: chipidea: npcm: Fix coding style with clarification of data type

parent 64fa3bc3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ struct npcm_udc_data {
	struct ci_hdrc_platform_data pdata;
};

static int npcm_udc_notify_event(struct ci_hdrc *ci, unsigned event)
static int npcm_udc_notify_event(struct ci_hdrc *ci, unsigned int event)
{
	struct device *dev = ci->dev->parent;