staging: atomisp: replace "&isp->asd[i]" with "asd" in __get_asd_from_port()
authorDaeseok Youn <daeseok.youn@gmail.com>
Wed, 12 Apr 2017 18:20:36 +0000 (19:20 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Apr 2017 08:06:26 +0000 (10:06 +0200)
commit7eb21a88185d2cf9ad0257534cef4ebd9ad2725b
tree16591abc3ef2f4b7dbd9f9c4af3e4db29d5bf92e
parent287666dfe83577a1c3407028b1b1a57137bea4fa
staging: atomisp: replace "&isp->asd[i]" with "asd" in __get_asd_from_port()

The address of isp->asd[i] is already assigned to
local "asd" variable. "&isp->asd[i]" would be replaced with
just "asd".

Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/atomisp/pci/atomisp2/atomisp_cmd.c