Re: [Xen-devel] [PATCH v3 1/2] xen/arm: drivers: scif: Remove dead code

2016-06-23 Thread Julien Grall
(CC "THE REST" maintainers) Hi Dirk, On 22/06/16 12:49, Dirk Behme wrote: The two struct members baud and clock_hz are in the end read only variables nowhere used for anything useful. Removing them makes the code much simpler without changing any functionality. Signed-off-by: Dirk Behme Not

Re: [Xen-devel] [PATCH v3 1/2] xen/arm: drivers: scif: Remove dead code

2016-06-23 Thread Wei Liu
On Thu, Jun 23, 2016 at 04:09:39PM +0100, Julien Grall wrote: > (CC "THE REST" maintainers) > > Hi Dirk, > > On 22/06/16 12:49, Dirk Behme wrote: > >The two struct members baud and clock_hz are in the end read only > >variables nowhere used for anything useful. Removing them makes > >the code muc

[Xen-devel] [PATCH v3 1/2] xen/arm: drivers: scif: Remove dead code

2016-06-22 Thread Dirk Behme
The two struct members baud and clock_hz are in the end read only variables nowhere used for anything useful. Removing them makes the code much simpler without changing any functionality. Signed-off-by: Dirk Behme --- xen/drivers/char/scif-uart.c| 24 +--- xen/include/asm