Re: [linux-yocto] [PATCH] 8250/8250_dw: fix compile failure due to stable/Yocto conflict

2014-10-08 Thread Bruce Ashfield
On Wed, Oct 8, 2014 at 12:04 PM, Paul Gortmaker wrote: > From: Ong Boon Leong > > As of merge 60a9d9fc565e4503dbb8705803e83d906afc4ad2, "Merge > tag 'v3.10.48' into standard/base" the 8250_dw.c fails to > compile due to an undeclared variable. > > This happens because stable brought in: > >

[linux-yocto] [PATCH] 8250/8250_dw: fix compile failure due to stable/Yocto conflict

2014-10-08 Thread Paul Gortmaker
From: Ong Boon Leong As of merge 60a9d9fc565e4503dbb8705803e83d906afc4ad2, "Merge tag 'v3.10.48' into standard/base" the 8250_dw.c fails to compile due to an undeclared variable. This happens because stable brought in: - commit 6d5e79331417886196cb3a733bdb6645ba85bc42

Re: [linux-yocto] [PATCH] serial, 8250_dw: fix linux-yocto merge build issue since v3.10.48

2014-10-08 Thread Paul Gortmaker
On 14-10-08 02:39 AM, Ong Boon Leong wrote: > There is an build issue in following merge-point: > "Merge tag 'v3.10.48' into standard/base" > 60a9d9fc565e4503dbb8705803e83d906afc4ad2 > > For 8250_dw.c: dw8250_handle_irq() requires the following line > to be restored in order to build successfull

Re: [linux-yocto] [PATCH] serial, 8250_dw: fix linux-yocto merge build issue since v3.10.48

2014-10-08 Thread Kamble, Nitin A
On 10/7/14, 11:39 PM, "Ong Boon Leong" wrote: >There is an build issue in following merge-point: >"Merge tag 'v3.10.48' into standard/base" > 60a9d9fc565e4503dbb8705803e83d906afc4ad2 > >For 8250_dw.c: dw8250_handle_irq() requires the following line >to be restored in order to build successfull