Re: [PATCH 3/8] hvc_console: make the ops pointer const.
From: Christian Borntraeger <hidden>
Date: 2009-11-10 08:57:23
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 <redacted> To: Christian Borntraeger <redacted> Cc: linuxppc-dev@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 <redacted> (on s390) Reviewed-by: Christian Borntraeger <redacted> I have not yet looked at the other ones, but I will try to find some time to look at them. Christian