Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information