[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080414230213.GC9785@ZenIV.linux.org.uk>
Date: Tue, 15 Apr 2008 00:02:13 +0100
From: Al Viro <viro@...IV.linux.org.uk>
To: Harvey Harrison <harvey.harrison@...il.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH-mm 15/15] ncpfs: Use get/put_unaligned_* helpers
On Mon, Apr 14, 2008 at 03:48:03PM -0700, Harvey Harrison wrote:
> - return le16_to_cpu(get_unaligned((__le16*)data));
> + return le16_to_cpu(get_unaligned_le16(data);
and
> - return le16_to_cpu(get_unaligned((__le16 *) ncp_reply_data(server, offset)));
> + return get_unaligned_le16(ncp_reply_data(server, offset));
Compare...
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists