Fix undefined behavior by shifting integer (1u) instead of signed integer (1).

This issue was found with a static analysis code quality linter highlighting
a 32-bit integer issue with some architectures.

Signed-off-by: Andrew G. Morgan <agm@google.com>
Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
1 file changed