diff options
-rw-r--r-- | drivers/firmware/efivars.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/firmware/efivars.c b/drivers/firmware/efivars.c index eacb05e6cfb3..eb80b549ed8d 100644 --- a/drivers/firmware/efivars.c +++ b/drivers/firmware/efivars.c | |||
@@ -157,7 +157,7 @@ utf16_strnlen(efi_char16_t *s, size_t maxlength) | |||
157 | return length; | 157 | return length; |
158 | } | 158 | } |
159 | 159 | ||
160 | static unsigned long | 160 | static inline unsigned long |
161 | utf16_strlen(efi_char16_t *s) | 161 | utf16_strlen(efi_char16_t *s) |
162 | { | 162 | { |
163 | return utf16_strnlen(s, ~0UL); | 163 | return utf16_strnlen(s, ~0UL); |
@@ -580,8 +580,8 @@ static ssize_t efi_pstore_read(u64 *id, enum pstore_type_id *type, | |||
580 | return -1; | 580 | return -1; |
581 | } | 581 | } |
582 | 582 | ||
583 | static u64 efi_pstore_write(enum pstore_type_id type, int part, size_t size, | 583 | static u64 efi_pstore_write(enum pstore_type_id type, unsigned int part, |
584 | struct pstore_info *psi) | 584 | size_t size, struct pstore_info *psi) |
585 | { | 585 | { |
586 | return 0; | 586 | return 0; |
587 | } | 587 | } |