commit | c1c81401de30448baf35ec2f689ad21faffb0536 | [log] [tgz] |
---|---|---|
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Mon Jul 11 11:18:48 2011 +0300 |
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | Thu Jul 21 07:30:07 2011 -0700 |
tree | 872aba1888985f591444fff76fce41193f37922e | |
parent | d593411084a56124aa9d80aafa15db8463b2d8f7 [diff] |
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 <emmanuel.grumbach@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>