From: Samuel Ortiz Date: Tue, 26 May 2009 22:49:31 +0000 (+0200) Subject: firmware: allocate firmware id dynamically X-Git-Tag: v2.6.31-rc1~305^2~48 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=976821d756c53b421d7c58a9ed60125016d330aa;p=pandora-kernel.git firmware: allocate firmware id dynamically The firmware loader has a statically allocated 30 bytes long string for the firmware id (a.k.a. the firmware file name). There is no reason why we couldnt allocate it dynamically, and avoid having restrictions on the firmware names lengths. Signed-off-by: Samuel Ortiz Cc: Marcel Holtmann Cc: Zhu Yi , Cc: John Linville Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed