From 4d85fae04f23ebbdbbb11061b8eec48082ecdc43 Mon Sep 17 00:00:00 2001 From: Andor Daam Date: Mon, 5 Dec 2011 10:09:25 +0100 Subject: [PATCH] Staging: line6/midi.c: Fixed call of obsolete function strict_strtoul The function strict_strtoul is obsolete and should be replaced by the new kstrto* functions. The variable midi_mask_transmit is only used as unsigned short and the datatypes of all affected variables were adjusted accordingly. Signed-off-by: Andor Daam Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed