454bcc
diff --git a/src/boot.c b/src/boot.c
454bcc
index 2c6a38f..7acec70 100644
454bcc
--- a/src/boot.c
454bcc
+++ b/src/boot.c
454bcc
@@ -62,7 +62,7 @@ static struct {
454bcc
 
454bcc
 /* Unaligned fields must first be accessed byte-wise */
454bcc
 #define GET_UNALIGNED_W(f)			\
454bcc
-    le16toh( (__u16)f[0] | ((__u16)f[1]<<8) )
454bcc
+    ( (__u16)f[0] | ((__u16)f[1]<<8) )
454bcc
 
454bcc
 static char *get_media_descr(unsigned char media)
454bcc
 {