[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5ec8ebd51003102314n73723b11s10fa4c3564cce884@mail.gmail.com>
Date: Thu, 11 Mar 2010 09:14:04 +0200
From: Andy Shevchenko <andy.shevchenko@...il.com>
To: OGAWA Hirofumi <hirofumi@...l.parknet.co.jp>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH 4/5] fs: fat: use hex_asc_lo/hex_asc_hi instead of custom
one
On Thu, Mar 11, 2010 at 1:18 AM, OGAWA Hirofumi
<hirofumi@...l.parknet.co.jp> wrote:
>> + *op++ = hex_asc_hi(ec >> 8);
>> + *op++ = hex_asc_lo(ec >> 8);
>> + *op++ = hex_asc_hi(ec);
>> + *op++ = hex_asc_lo(ec);
> Why doesn't this use pack_hex_byte()?
No specific reason, it could be so. Would you like me to change this?
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists