Re: [PATCH] Add back-up implementation of be32toh()
From: Lucas De Marchi <hidden>
Date: 2014-09-29 20:21:49
From: Lucas De Marchi <hidden>
Date: 2014-09-29 20:21:49
Hi Thomas On Mon, Sep 29, 2014 at 4:18 PM, Thomas De Schampheleire [off-list ref] wrote:
From: Randy MacLeod <redacted> Older systems may not have the be32toh function defined. Check for this and fall back to checking the endianness and calling bswap_32 directly if needed. This works on both old and new systems. [Thomas De Schampheleire [off-list ref]: address comments raised by Lucas De Marchi [1], update commit message] [1] http://www.spinics.net/lists/linux-modules/msg01129.html ---
Applied, thanks -- Lucas De Marchi