From: Joe Perches Date: Sun, 25 Mar 2012 07:10:07 +0000 (+0000) Subject: gianfar: Fix possible overrun and simplify interrupt name field creation X-Git-Tag: v3.4-rc1~84^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0015e551edb1d28191567d8a7d1ce5edda404ced;p=pandora-kernel.git gianfar: Fix possible overrun and simplify interrupt name field creation Space allocated for int_name_ is insufficient for maximal device name, expand it. Code to create int_name_ is obscure, simplify it by using sprintf. Found by looking for unnecessary \ line continuations. Signed-off-by: Joe Perches Tested-by: Paul Gortmaker Signed-off-by: Paul Gortmaker Signed-off-by: David S. Miller --- Reading git-diff-tree failed