Re: [RFC] hwmon: jc42: use bitops' sign_extend16

2015-01-12 Thread Guenter Roeck
On Mon, Jan 12, 2015 at 06:28:20PM +0100, Martin Kepplinger wrote: > Example change, using new sign_extend functions. No need to drop the Signed-off: line; it only means that I can not take the patch even if I want to. Also, if the patch itself is final, no need to state that it is an example in

[RFC] hwmon: jc42: use bitops' sign_extend16

2015-01-12 Thread Martin Kepplinger
Example change, using new sign_extend functions. --- drivers/hwmon/jc42.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/hwmon/jc42.c b/drivers/hwmon/jc42.c index 388f8bc..d0582a3 100644 --- a/drivers/hwmon/jc42.c +++ b/drivers/hwmon/jc42.c @@ -31,6 +31,7 @@

Re: [RFC] hwmon: jc42: use bitops' sign_extend16

2015-01-12 Thread Guenter Roeck
On Mon, Jan 12, 2015 at 06:28:20PM +0100, Martin Kepplinger wrote: Example change, using new sign_extend functions. No need to drop the Signed-off: line; it only means that I can not take the patch even if I want to. Also, if the patch itself is final, no need to state that it is an example in

[RFC] hwmon: jc42: use bitops' sign_extend16

2015-01-12 Thread Martin Kepplinger
Example change, using new sign_extend functions. --- drivers/hwmon/jc42.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/hwmon/jc42.c b/drivers/hwmon/jc42.c index 388f8bc..d0582a3 100644 --- a/drivers/hwmon/jc42.c +++ b/drivers/hwmon/jc42.c @@ -31,6 +31,7 @@