]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
intel_pmic_gpio: swap the bits and mask args for intel_scu_ipc_update_register
authorAlek Du <alek.du@intel.com>
Mon, 4 Oct 2010 15:40:35 +0000 (16:40 +0100)
committerMatthew Garrett <mjg@redhat.com>
Thu, 21 Oct 2010 13:36:51 +0000 (09:36 -0400)
commitffcfff3a8d6cc94f1fb598e0b021c64ce35b5036
treea902f1d0b09262d9c1b3c63c66b478d06b3af398
parentbfa97b7dab708b100040a1335ea0860a8b9ef346
intel_pmic_gpio: swap the bits and mask args for intel_scu_ipc_update_register

The intel_scu_ipc_update_register 2nd paramter should the bits and 3rd
paramter should be the mask.

This typo was introduced during IPC function changing...

Reported-by: Ryan Zhou <ryan.zhou@intel.com>
Signed-off-by: Alek Du <alek.du@intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/intel_pmic_gpio.c