diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-06-03 07:28:06 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-06-03 07:28:06 +0000 |
commit | edb5c61526e98426a5f3da889463c2b8d85d04c0 (patch) | |
tree | 27965970d5fe47655e451ef3251cc20df75e04b7 /drivers/sound/maui.c | |
parent | 2e6827eb279d02923bf12eb0cfc077b26f545953 (diff) |
Sync with Linux 2.1.41
Diffstat (limited to 'drivers/sound/maui.c')
-rw-r--r-- | drivers/sound/maui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sound/maui.c b/drivers/sound/maui.c index 8c416a632..6fa104905 100644 --- a/drivers/sound/maui.c +++ b/drivers/sound/maui.c @@ -333,7 +333,7 @@ maui_load_patch (int dev, int format, const char *addr, { unsigned char data; - get_user (data, (unsigned char *) &((addr)[hdr_size + i])); + get_user (*(unsigned char *) &data, (unsigned char *) &((addr)[hdr_size + i])); if (i == 0 && !(data & 0x80)) return -EINVAL; |