]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'dsa-net'
authorDavid S. Miller <davem@davemloft.net>
Tue, 28 Oct 2014 19:28:30 +0000 (15:28 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 28 Oct 2014 19:28:30 +0000 (15:28 -0400)
commit30bb446756c8ac570863ec35184906ea763a2396
tree84f2b9557b6d513f6127056949b4477af152c460
parentdca1dd639c84edba10136e1212d8ec12b20d83ab
parent0bdba9918d7624646f991512b3f5af47b216148c
Merge branch 'dsa-net'

Andrew Lunn says:

====================
DSA tagging mismatches

The second patch is a fix, which should be applied to -rc. It is
possible to get a DSA configuration which does not work. The patch
stops this happening.

The first patch detects this situation, and errors out the probe of
DSA, making it more obvious something is wrong. It is not required to
apply it -rc.

v2 fixes the use case pointed out by Florian, that a switch driver
may use DSA_TAG_PROTO_NONE which the patch did not correctly handle.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>