[PATCH] orinoco: remove redundance skb length check before padding
authorJohn W. Linville <linville@tuxdriver.com>
Wed, 19 Oct 2005 01:30:58 +0000 (21:30 -0400)
committerJeff Garzik <jgarzik@pobox.com>
Wed, 19 Oct 2005 02:27:14 +0000 (22:27 -0400)
commit36841c9d02870983c2b08c85d56572c1ff011997
tree367bdf81afd8fdc64147f95cb23493432449c05b
parent9f38c636ababfb41e58c9ec1e9719492ef7f0479
[PATCH] orinoco: remove redundance skb length check before padding

Checking the skb->len value before calling skb_padto is redundant.

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/wireless/orinoco.c