From: Holger Schurig Date: Mon, 8 Oct 2007 09:07:27 +0000 (+0200) Subject: [PATCH] libertas: fix u8 constant X-Git-Tag: v2.6.24-rc1~1454^2~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6470a89de90167cc1ff8a0312197ca422f5fe35f;p=pandora-kernel.git [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 Acked-By: Dan Williams Signed-off-by: John W. Linville --- Reading git-diff-tree failed