| Submitter | Glauber Costa |
|---|---|
| Date | Aug. 26, 2009, 1:05 p.m. |
| Message ID | <1251291946-25821-11-git-send-email-glommer@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/32170/ |
| State | Superseded |
| Headers | show |
Comments
Patch
diff --git a/hw/zaurus.c b/hw/zaurus.c index 8b16c47..7c1fd2a 100644 --- a/hw/zaurus.c +++ b/hw/zaurus.c @@ -160,7 +160,7 @@ static CPUWriteMemoryFunc *scoop_writefn[] = { void scoop_gpio_set(void *opaque, int line, int level) { - struct scoop_info_s *s = (struct scoop_info_s *) s; + struct scoop_info_s *s = (struct scoop_info_s *) opaque; if (level) s->gpio_level |= (1 << line);