commit | 6470a89de90167cc1ff8a0312197ca422f5fe35f | [log] [tgz] |
---|---|---|
author | Holger Schurig <hs4233@mail.mn-solutions.de> | Mon Oct 08 11:07:27 2007 +0200 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:55:19 2007 -0700 |
tree | c83fcadf4252e2be9655f25283b359d2958b1c97 | |
parent | 2bcde51d095490c223bb4ade351cb7981c367934 [diff] |
[PATCH] libertas: fix u8 constant Don't write constants that are (per documentation and struct) u8 as 0x0001, use 0x01 instead. Also remove an useless cast. Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de> Acked-By: Dan Williams <dcbw@redhat.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>