From: Felix Fietkau Date: Sun, 27 Feb 2011 21:19:22 +0000 (+0100) Subject: p54: fix a NULL pointer dereference bug X-Git-Tag: v2.6.39-rc1~468^2~158^2^2~13 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5a7103fe18eb4312bd89c9f136fb850af58faf4;p=pandora-kernel.git p54: fix a NULL pointer dereference bug If the RSSI calibration table was not found or not parsed properly, priv->rssi_db will be NULL, p54_rssi_find needs to be able to deal with that. Signed-off-by: Felix Fietkau Acked-by: Christian Lamparter Signed-off-by: John W. Linville --- Reading git-diff-tree failed