Bruce and Paul,

There is a build issue in 8250_dw.c since linux-yocto v3.10.48
merge point:

In dw850_handle_irq() the following line is required:

  struct dw8250_data *d = p->private_data;

because 'd' is referenced later at this line:

  (void)p->serial_in(p, d->usr_reg);

It was removed since linux-yocto v3.10.48 merge.

Thanks
Boon Leong

Ong Boon Leong (1):
  serial, 8250_dw: fix linux-yocto merge build issue since v3.10.48

 drivers/tty/serial/8250/8250_dw.c |    1
 1 file changed, 1 insertion(+)

-- 
1.7.9.5

-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to