diff options
Diffstat (limited to 'sys/dev/firewire/sbp.h')
-rw-r--r-- | sys/dev/firewire/sbp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/firewire/sbp.h b/sys/dev/firewire/sbp.h index fcfa514..84d522a 100644 --- a/sys/dev/firewire/sbp.h +++ b/sys/dev/firewire/sbp.h @@ -35,7 +35,7 @@ * */ -#define ORB_NOTIFY (1 << 31) +#define ORB_NOTIFY (1U << 31) #define ORB_FMT_STD (0 << 29) #define ORB_FMT_VED (2 << 29) #define ORB_FMT_NOP (3 << 29) |