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

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to