[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200302080145.GA22243@kuha.fi.intel.com>
Date: Mon, 2 Mar 2020 10:01:45 +0200
From: Heikki Krogerus <heikki.krogerus@...ux.intel.com>
To: Peter Chen <peter.chen@....com>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Benson Leung <bleung@...omium.org>,
Prashant Malani <pmalani@...omium.org>,
Mika Westerberg <mika.westerberg@...ux.intel.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-usb@...r.kernel.org" <linux-usb@...r.kernel.org>,
Felipe Balbi <balbi@...nel.org>,
Chunfeng Yun <chunfeng.yun@...iatek.com>,
Bin Liu <b-liu@...com>
Subject: Re: [PATCH v2 5/9] usb: roles: Provide the switch drivers handle to
the switch in the API
On Mon, Mar 02, 2020 at 09:43:07AM +0200, Heikki Krogerus wrote:
> > > > - cdns->role_sw = usb_role_switch_register(dev, &cdns3_switch_desc);
> > > > + sw_desc.set = cdns3_role_set,
> > > > + sw_desc.get = cdns3_role_get,
> > > > + sw_desc.allow_userspace_control = true,
> >
> > Heikki, when I try to apply above, and compile, I find above issue,
> > the end of code should be ";", but not ",".
So it seems my compiler happily compiles the above :-)
I don't know what is going on with my compiler, but I'll fix that.
thanks,
--
heikki
Powered by blists - more mailing lists