Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1457779 > unrolled thread
| Started by | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| First post | 2016-08-08 15:20 +0200 |
| Last post | 2016-08-09 10:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v3,4/5] usb: Add MediaTek USB3 DRD Driver Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-08-08 15:20 +0200
Re: [PATCH v3,4/5] usb: Add MediaTek USB3 DRD Driver chunfeng yun <chunfeng.yun@mediatek.com> - 2016-08-09 10:10 +0200
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2016-08-08 15:20 +0200 |
| Subject | Re: [PATCH v3,4/5] usb: Add MediaTek USB3 DRD Driver |
| Message-ID | <s3SDf-1Rl-17@gated-at.bofh.it> |
On Fri, Jun 10, 2016 at 03:32:41PM +0800, Chunfeng Yun wrote: > --- /dev/null > +++ b/drivers/usb/mtu3/Makefile > @@ -0,0 +1,20 @@ > + > +#ifeq ($(CONFIG_USB_DEBUG),y) > + ccflags-y += -DDEBUG > +#endif There is no CONFIG_USB_DEBUG in the tree anymore, are you sure you tested this? :) thanks, greg k-h
[toc] | [next] | [standalone]
| From | chunfeng yun <chunfeng.yun@mediatek.com> |
|---|---|
| Date | 2016-08-09 10:10 +0200 |
| Message-ID | <s4agN-4Xq-7@gated-at.bofh.it> |
| In reply to | #1457779 |
Hi, On Mon, 2016-08-08 at 15:10 +0200, Greg Kroah-Hartman wrote: > On Fri, Jun 10, 2016 at 03:32:41PM +0800, Chunfeng Yun wrote: > > --- /dev/null > > +++ b/drivers/usb/mtu3/Makefile > > @@ -0,0 +1,20 @@ > > + > > +#ifeq ($(CONFIG_USB_DEBUG),y) > > + ccflags-y += -DDEBUG > > +#endif > > There is no CONFIG_USB_DEBUG in the tree anymore, are you sure you > tested this? :) > Sorry, I just commented it out here and didn't enable it. I modify it now. Thank you > thanks, > > greg k-h
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web