From: Antonio Ospite <ospite@studenti.unina.it>
Date: Wed, 14 Nov 2012 11:31:01 +0000 (+0100)
Subject: am7xxx: don't mention AM7XXX_DIRECTION_OUT in read_header()
X-Git-Tag: v0.1.3~8
X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/5c988a910c5c32462da462263ea7cb63daecebbc?ds=inline;hp=5c988a910c5c32462da462263ea7cb63daecebbc

am7xxx: don't mention AM7XXX_DIRECTION_OUT in read_header()

The validity check in read_header() looks for:

	h->direction == AM7XXX_DIRECTION_IN

When this is false (direction is _not_equal_ to AM7XXX_DIRECTION_IN) it
cannot be said for sure that the direction field value is going to
really be AM7XXX_DIRECTION_OUT, technically the device may have put
anything there.

So, just report what happens don't try to overguess.
---