The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* Fwd: [PATCH] [POWERPC] mpc5200: Fix unterminated of_device_id table
       [not found] <20080429124343.24177.15349.stgit@trillian.secretlab.ca>
@ 2008-05-06 14:41 ` Grant Likely
  2008-05-06 15:44   ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Grant Likely @ 2008-05-06 14:41 UTC (permalink / raw)
  To: Greg KH, Linux Kernel Mailing List

Greg,

This patch is already in mainline; but it needs to be backported to
the stable tree.  Can you please pick it up?

Thanks,
g.


---------- Forwarded message ----------
From: Grant Likely <grant.likely@secretlab.ca>
Date: Tue, Apr 29, 2008 at 6:43 AM
Subject: [PATCH] [POWERPC] mpc5200: Fix unterminated of_device_id table
To: linuxppc-dev@ozlabs.org, linux_kernel@vger.kernel.org, paulus@samba.org


From: Grant Likely <grant.likely@secretlab.ca>

 If CONFIG_PPC_MPC5121 is not set, then the of_device_id table for the
 mpc5200 serial driver will not get terminated with a NULL entry.

 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
 ---

  drivers/serial/mpc52xx_uart.c |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

 diff --git a/drivers/serial/mpc52xx_uart.c b/drivers/serial/mpc52xx_uart.c
 index d93b357..7a3625f 100644
 --- a/drivers/serial/mpc52xx_uart.c
 +++ b/drivers/serial/mpc52xx_uart.c
 @@ -1221,8 +1221,8 @@ static struct of_device_id mpc52xx_uart_of_match[] = {
  #endif
  #ifdef CONFIG_PPC_MPC512x
        { .compatible = "fsl,mpc5121-psc-uart", .data = &mpc512x_psc_ops, },
 -       {},
  #endif
 +       {},
  };

  static int __devinit




-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Fwd: [PATCH] [POWERPC] mpc5200: Fix unterminated of_device_id table
  2008-05-06 14:41 ` Fwd: [PATCH] [POWERPC] mpc5200: Fix unterminated of_device_id table Grant Likely
@ 2008-05-06 15:44   ` Greg KH
  2008-05-06 16:45     ` Grant Likely
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2008-05-06 15:44 UTC (permalink / raw)
  To: Grant Likely; +Cc: Linux Kernel Mailing List

On Tue, May 06, 2008 at 08:41:44AM -0600, Grant Likely wrote:
> Greg,
> 
> This patch is already in mainline; but it needs to be backported to
> the stable tree.  Can you please pick it up?

In the future, please email the stable@kernel.org alias for things you
want to go into the stable tree, otherwise there is a very good chance
it will be missed.

Also, please mention the git id for the commit in Linus's tree so we
don't have to go digging for it.

I'll go add this to the to-apply queue.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Fwd: [PATCH] [POWERPC] mpc5200: Fix unterminated of_device_id table
  2008-05-06 15:44   ` Greg KH
@ 2008-05-06 16:45     ` Grant Likely
  0 siblings, 0 replies; 3+ messages in thread
From: Grant Likely @ 2008-05-06 16:45 UTC (permalink / raw)
  To: Greg KH, stable; +Cc: Linux Kernel Mailing List

On Tue, May 6, 2008 at 9:44 AM, Greg KH <greg@kroah.com> wrote:
> On Tue, May 06, 2008 at 08:41:44AM -0600, Grant Likely wrote:
>  > Greg,
>  >
>  > This patch is already in mainline; but it needs to be backported to
>  > the stable tree.  Can you please pick it up?
>
>  In the future, please email the stable@kernel.org alias for things you
>  want to go into the stable tree, otherwise there is a very good chance
>  it will be missed.
>
>  Also, please mention the git id for the commit in Linus's tree so we
>  don't have to go digging for it.

Will do, Thanks Greg.

The git id is: bc775eac63c16dbcfabc4c6e949c0228edf3e11f

Cheers,
g.

-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-05-06 16:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20080429124343.24177.15349.stgit@trillian.secretlab.ca>
2008-05-06 14:41 ` Fwd: [PATCH] [POWERPC] mpc5200: Fix unterminated of_device_id table Grant Likely
2008-05-06 15:44   ` Greg KH
2008-05-06 16:45     ` Grant Likely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox