[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAMWSM7idmwUvuQPc0pG96-nFR1pt970pR5vxPcPrn7QCnvz=vQ@mail.gmail.com>
Date: Sun, 1 Mar 2015 00:41:51 -0700
From: Joseph Kogut <joseph.kogut@...il.com>
To: trivial <trivial@...nel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: jslaby@...e.cz,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
linux-serial@...r.kernel.org, Joseph Kogut <joseph.kogut@...il.com>
Subject: Re: [PATCH] tty: serial: Fixed misspelling of 'Medfield' in Kconfig
My apologies, please disregard this patch. It seems my tree wasn't
clean, and another change snuck its way in.
On Sun, Mar 1, 2015 at 12:39 AM, Joseph Kogut <joseph.kogut@...il.com> wrote:
> Change 'Medfile' to 'Medfield'
>
> Signed-off-by: Joseph Kogut <joseph.kogut@...il.com>
> ---
> drivers/tty/serial/Kconfig | 2 +-
> drivers/tty/serial/mfd.c | 1 +
> 2 files changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
> index d2501f0..7baf98c 100644
> --- a/drivers/tty/serial/Kconfig
> +++ b/drivers/tty/serial/Kconfig
> @@ -489,7 +489,7 @@ config SERIAL_MFD_HSU
> select SERIAL_CORE
>
> config SERIAL_MFD_HSU_CONSOLE
> - bool "Medfile HSU serial console support"
> + bool "Medfield HSU serial console support"
> depends on SERIAL_MFD_HSU=y
> select SERIAL_CORE_CONSOLE
>
> diff --git a/drivers/tty/serial/mfd.c b/drivers/tty/serial/mfd.c
> index 8fe4501..97b0cf5 100644
> --- a/drivers/tty/serial/mfd.c
> +++ b/drivers/tty/serial/mfd.c
> @@ -1460,6 +1460,7 @@ static const struct pci_device_id pci_ids[] = {
> { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081C) },
> { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081D) },
> { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081E) },
> + { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x1191) },
> {},
> };
>
> --
> 2.3.1
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists