NFC: st-nci: Fix st_nci_gates offset
authorChristophe Ricard <christophe.ricard@gmail.com>
Sun, 25 Oct 2015 21:54:34 +0000 (22:54 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 26 Oct 2015 05:53:17 +0000 (06:53 +0100)
commitd3f13c558f2501d4bd0212030f692bc56fbcb755
tree5d9ff0b8d40c2a9c6fc54c5196c7f5cd38eb82d6
parent7e35740438bafcc8be0e05ff2461b73d631caeb0
NFC: st-nci: Fix st_nci_gates offset

It is useless to start from index 0 when looking for a gate
because only dynamic pipes are retrieved with
ST_NCI_DM_GETINFO(ST_NCI_DM_GETINFO_PIPE_LIST).

The first dynamic pipe is present at index 3.

Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/nfc/st-nci/se.c