]> git.baikalelectronics.ru Git - kernel.git/commit
net/ncsi: Don't probe on the reserved channel ID (0x1f)
authorGavin Shan <gwshan@linux.vnet.ibm.com>
Tue, 4 Oct 2016 00:25:49 +0000 (11:25 +1100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Oct 2016 06:11:50 +0000 (02:11 -0400)
commitc38aeff5d27b7af0f30cab1e085f4577d430aab3
tree6d62c2c125c6774130e8e09f67a9e98d2ea52080
parent48897a9a48626f3f154aa2f997485e8d3146cfa0
net/ncsi: Don't probe on the reserved channel ID (0x1f)

We needn't send CIS (Clear Initial State) command to the NCSI
reserved channel (0x1f) in the enumeration. We shouldn't receive
a valid response from CIS on NCSI channel 0x1f.

Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ncsi/ncsi-manage.c