ubifs: Force prandom result to __le32
authorBen Dooks (Codethink) <ben.dooks@codethink.co.uk>
Wed, 16 Oct 2019 10:04:09 +0000 (11:04 +0100)
committerRichard Weinberger <richard@nod.at>
Sun, 17 Nov 2019 21:15:29 +0000 (22:15 +0100)
commit3cfa4412df98207e07de6e60d3c805c541cbce1a
tree95c049e8eddb1210a98f1e4f89e55af9cb2c9d4f
parentb27b281f9cfa9153fe9d40dd07cbbdc58be0c7c6
ubifs: Force prandom result to __le32

In set_dent_cookie() the result of prandom_u32() is
assinged to an __le32 type. Make this a forced conversion
to remove the following sparse warning:

fs/ubifs/journal.c:506:30: warning: incorrect type in assignment (different base types)
fs/ubifs/journal.c:506:30:    expected restricted __le32 [usertype] cookie
fs/ubifs/journal.c:506:30:    got unsigned int

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/ubifs/journal.c