From: Julia Lawall Date: Fri, 13 May 2011 04:15:39 +0000 (+0000) Subject: drivers/isdn/hisax: Drop unused list X-Git-Tag: v3.0-rc1~377^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5310cbce900094dce5df4a671b411e15319a75d4;p=pandora-kernel.git drivers/isdn/hisax: Drop unused list The file st5481_init.c locally defines and initializes the adapter_list variable, but does not use it for anything. Removing the list makes it possible to remove the list field from the st5481_adapter data structure. In the function probe_st5481, it also makes it possible to free the locally allocated adapter value on an error exit. Signed-off-by: Julia Lawall Signed-off-by: David S. Miller --- Reading git-diff-tree failed