From 251c3948808046c39359658fa2faffff45b825d3 Mon Sep 17 00:00:00 2001 From: Andor Daam Date: Mon, 5 Dec 2011 10:10:37 +0100 Subject: [PATCH] Staging: line6/midi.c: Fixed call of obsolete function strict_strtoul The obsolete function strict_strtoul should be replaced by the kstrto* functions. In this context kstrtou16 should be use, as midi_mask_receive is only used as unsigned short. All corresponding datatypes were adapted accordingly. Signed-off-by: Andor Daam Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed