Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17743
b: refs/heads/master
c: c28c358
h: refs/heads/master
i:
  17741: 082390a
  17739: 05b5404
  17735: a4ae176
  17727: f6a629e
v: v3
  • Loading branch information
Miloslav Trmac authored and Dmitry Torokhov committed Jan 10, 2006
1 parent 1d81c79 commit 344a5cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ebbac7dde2f5c6b4bd219573f840d4b3952e6220
refs/heads/master: c28c3583679c181a03910b6356228e99fcc27167
6 changes: 3 additions & 3 deletions trunk/drivers/input/misc/wistron_btns.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ static void call_bios(struct regs *regs)
preempt_enable();
}

static size_t __init locate_wistron_bios(void __iomem *base)
static ssize_t __init locate_wistron_bios(void __iomem *base)
{
static const unsigned char __initdata signature[] =
{ 0x42, 0x21, 0x55, 0x30 };
size_t offset;
ssize_t offset;

for (offset = 0; offset < 0x10000; offset += 0x10) {
if (check_signature(base + offset, signature,
Expand All @@ -109,7 +109,7 @@ static size_t __init locate_wistron_bios(void __iomem *base)
static int __init map_bios(void)
{
void __iomem *base;
size_t offset;
ssize_t offset;
u32 entry_point;

base = ioremap(0xF0000, 0x10000); /* Can't fail */
Expand Down

0 comments on commit 344a5cd

Please sign in to comment.