commit | 4194b4914a824c21bcad9305d6180825f4dc1f5e | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Tue Nov 17 10:38:36 2015 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 17 15:25:44 2015 -0500 |
tree | 9f8f042d945098206934bedc9326decbf92490b9 | |
parent | 321beec5047af83db90c88114b7e664b156f49fe [diff] |
packet: Don't check frames_per_block against negative values rb->frames_per_block is an unsigned int, thus can never be negative. Also fix spacing in the calculation of frames_per_block. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: David S. Miller <davem@davemloft.net>