From: Vipin Mehta Date: Fri, 18 Feb 2011 21:13:02 +0000 (-0800) Subject: staging: ath6kl: Fixing a NULL pointer exception X-Git-Tag: v2.6.39-rc1~469^2~494 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da101d563503d399d92412e833b6d5ae49c8ee5d;p=pandora-kernel.git staging: ath6kl: Fixing a NULL pointer exception The driver was dereferencing a NULL pointer because of the device instance being registered via the set_wiphy_dev() function. The function ar6000_avail_ev() was passing the argument as NULL instead of using the one returned by the MMC stack through the probe callback. Signed-off-by: Vipin Mehta Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed