From: Emmanuel Grumbach Date: Mon, 11 Jul 2011 08:18:48 +0000 (+0300) Subject: iwlagn: iwl_bus holds drv_data as void * instead of iwl_priv X-Git-Tag: v3.1-rc1~255^2~14^2^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1c81401de30448baf35ec2f689ad21faffb0536;p=pandora-kernel.git iwlagn: iwl_bus holds drv_data as void * instead of iwl_priv The price to pay is the access to the log system. Therefore logs from bus layer are sent by dev_printk instead of IWL_XXXX. Rename bus->priv to bus->drv_data to make the separation even clearer. Signed-off-by: Emmanuel Grumbach Signed-off-by: Wey-Yi Guy --- Reading git-diff-tree failed