An error occurred while fetching folder content.
Forked from
Linaro / linux / kernel / torvalds / linux
Source project has a limited visibility.
Nathaniel McCallum
authored
This patch fixes a bug when incrementing/decrementing on a BCD formatted integer (i.e. 0x09++ should be 0x10 not 0x0A). It just adds a function for incrementing/decrementing BCD integers by converting to decimal, doing the increment/decrement and then converting back to BCD. Signed-off-by:Nathaniel McCallum <nathaniel@natemccallum.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
Name | Last commit | Last update |
---|---|---|
.. |