summaryrefslogtreecommitdiff
path: root/screen.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-04-30 10:42:29 +0200
committerTobias Klauser <tklauser@distanz.ch>2014-04-30 10:42:29 +0200
commite7c6de80086ee33a20176669a70050c036db0d2f (patch)
tree6807a15c9d7b9081fa58a9bcb3894726b756a698 /screen.c
parent025dc005c366f4df67651df61f282f1e8a301463 (diff)
trafgen: Use strtoul() instead of strtol() for unsigned long
If setting an unsigned long variable, use strtoul() instead of strtol(). Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'screen.c')
0 files changed, 0 insertions, 0 deletions
d747e3b299671e1a53db74963cc6c5f6cdb9f6d'>diff)
xfs: add missing break in xfs_parseargs()
Commit 2e74af0e1189 ("xfs: convert mount option parsing to tokens") missed a 'break;' in xfs_parseargs() which causes mount to fail with "-o pqnoenforce" option when mounting a v4 filesystem. xfs/050 catches this failure: XFS (vda6): Super block does not support project and group quota together Fixes: 2e74af0e1189 ("xfs: convert mount option parsing to tokens") Signed-off-by: Eryu Guan <guaneryu@gmail.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'Documentation/input/gamepad.txt')