[PATCH 3/8] hvc_console: make the ops pointer const.
Christian Borntraeger
borntraeger at de.ibm.com
Tue Nov 10 19:56:45 EST 2009
Am Dienstag 10 November 2009 07:27:30 schrieb Rusty Russell:
> This is nicer for modern R/O protection. And noone needs it non-const, so
> constify the callers as well.
>
> Signed-off-by: Rusty Russell <rusty at rustcorp.com.au>
> To: Christian Borntraeger <borntraeger at de.ibm.com>
> Cc: linuxppc-dev at ozlabs.org
> ---
> drivers/char/hvc_beat.c | 2 +-
> drivers/char/hvc_console.c | 7 ++++---
> drivers/char/hvc_console.h | 7 ++++---
> drivers/char/hvc_iseries.c | 2 +-
> drivers/char/hvc_iucv.c | 2 +-
> drivers/char/hvc_rtas.c | 2 +-
> drivers/char/hvc_udbg.c | 2 +-
> drivers/char/hvc_vio.c | 2 +-
> drivers/char/hvc_xen.c | 2 +-
> drivers/char/virtio_console.c | 2 +-
> 10 files changed, 16 insertions(+), 14 deletions(-)
Ok, I started with patches 1-3. I like the result.
So for the first 3 patches you can add
Tested-by: Christian Borntraeger <borntraeger at de.ibm.com> (on s390)
Reviewed-by: Christian Borntraeger <borntraeger at de.ibm.com>
I have not yet looked at the other ones, but I will try to find some time to
look at them.
Christian
More information about the Linuxppc-dev
mailing list