diff options
author | Srivatsa S. Bhat <srivatsa@csail.mit.edu> | 2018-02-05 18:25:27 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-03-15 17:59:24 +0100 |
commit | f33ff110ef31bd250bb8a16cfc4e883aa2b36767 (patch) | |
tree | f3badb24cc0bfb74515d6ac73d2d74593734121a /Documentation/lzo.txt | |
parent | 652d703b21eb1caf2673c10bd58e4b0121dc7c50 (diff) |
block, char_dev: Use correct format specifier for unsigned ints
register_blkdev() and __register_chrdev_region() treat the major
number as an unsigned int. So print it the same way to avoid
absurd error statements such as:
"... major requested (-1) is greater than the maximum (511) ..."
(and also fix off-by-one bugs in the error prints).
While at it, also update the comment describing register_blkdev().
Signed-off-by: Srivatsa S. Bhat <srivatsa@csail.mit.edu>
Reviewed-by: Logan Gunthorpe <logang@deltatee.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/lzo.txt')
0 files changed, 0 insertions, 0 deletions