Messages in this thread |  | | Subject | Re: [PATCH v2 2/3] usb: chipidea: msm: Add device tree support | From | "Ivan T. Ivanov" <> | Date | Tue, 18 Feb 2014 19:14:54 +0200 |
| |
On Tue, 2014-02-18 at 08:08 -0600, Josh Cartwright wrote: > Hey Ivan- > > Nit below. > > On Tue, Feb 18, 2014 at 03:21:20PM +0200, Ivan T. Ivanov wrote:
> > > > +static struct of_device_id msm_ci_dt_match[] = { > > const? >
Thanks, will do.
Regards, Ivan
> > + { .compatible = "qcom,ci-hdrc", }, > > + { } > > +}; > > +MODULE_DEVICE_TABLE(of, msm_ci_dt_match); >
|  |