diff options
author | Len Brown <len.brown@intel.com> | 2012-07-27 01:32:01 (GMT) |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2012-07-27 01:35:28 (GMT) |
commit | 869639f9e7ff5ca337b27469c298dd11c29cf0fa (patch) | |
tree | 335b176040be788e4710591e2e4848e456980055 /arch/mips/bcm63xx/irq.c | |
parent | a5ca7345c1e67cd12cf75a9ec034c7d34786ae79 (diff) | |
download | linux-869639f9e7ff5ca337b27469c298dd11c29cf0fa.tar.xz |
ACPI: replace strlen("string") with sizeof("string") -1
...both give the number of chars in the string
without the '\0', as strncmp() wants,
but sizeof() is compile-time.
Reported-by: Alan Stern <stern@rowland.harvard.edu>
Cc: Pavel Vasilyev <pavel@pavlinux.ru>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'arch/mips/bcm63xx/irq.c')
0 files changed, 0 insertions, 0 deletions