[PATCH 0/9] Replaced the calls to strict_strtoul() in the line6 driver

From: Johannes Thumshirn
Date: Wed Jun 27 2012 - 15:26:50 EST


Replaced the strict_strtoul() calls in the line6 driver and adopted the
interfaces of some functions functions affected by the changes.

Johannes Thumshirn (9):
staging: line6: changed interface of line6_transmit_parameter()
staging: line6: Changed some strict_strtouls to kstrtou8
staging: line6: changed interface of line6_pod_transmit_parameter()
staging: line6: adjusted interface of line6_send_program()
staging: line6: changed interface of pod_send_channel()
staging: line6: control.c eliminate strict_strtoul() in
pod_set_param_int()
staging: line6: Exchanged strict_strtoul with kstrtou8() in
pod.c:pod_resolve()
staging: line6: Changed strict_strtoul() to kstrtou8() in
pod_set_channel()
staging: line6: Changed strict_strtoul() to kstrtou8() in
pod_set_midi_postprocess()

drivers/staging/line6/control.c | 4 ++--
drivers/staging/line6/driver.c | 4 ++--
drivers/staging/line6/driver.h | 4 ++--
drivers/staging/line6/pod.c | 16 ++++++++--------
drivers/staging/line6/pod.h | 2 +-
drivers/staging/line6/variax.c | 8 ++++----
6 files changed, 19 insertions(+), 19 deletions(-)

--
1.7.7.6

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/