Re: [PATCH] drivers: mcb: use symbol namespaces

From: Greg KH
Date: Wed Oct 16 2019 - 12:05:33 EST


On Wed, Oct 16, 2019 at 03:45:08PM +0200, Johannes Thumshirn wrote:
> On 16/10/2019 14:51, Greg KH wrote:
> > On Wed, Oct 16, 2019 at 12:01:58PM +0200, Johannes Thumshirn wrote:
> >> Now that we have symbol namespaces, use them in MCB to not pollute the
> >> default namespace with MCB internals.
> >>
> >> Signed-off-by: Johannes Thumshirn <jthumshirn@xxxxxxx>
> >> ---
> >> drivers/gpio/gpio-menz127.c | 1 +
> >> drivers/iio/adc/men_z188_adc.c | 1 +
> >> drivers/mcb/mcb-core.c | 28 ++++++++++++++--------------
> >> drivers/mcb/mcb-lpc.c | 1 +
> >> drivers/mcb/mcb-parse.c | 2 +-
> >> drivers/mcb/mcb-pci.c | 1 +
> >> drivers/tty/serial/8250/8250_men_mcb.c | 1 +
> >> drivers/tty/serial/men_z135_uart.c | 1 +
> >> drivers/watchdog/menz69_wdt.c | 1 +
> >> 9 files changed, 22 insertions(+), 15 deletions(-)
> >
> > Reviewed-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
>
> Btw do you want me to send it to you again shortly before the merge
> window opens or can you queue it up before?

I can take this now, into my -next tree. I'll do so later this week
unless you object.

thanks,

greg k-h