|
@@ -478,7 +478,7 @@ static int do_ac_read(int IndexCard, char __user *buf,
|
|
struct st_ram_io *st_loc, struct mailbox *mailbox)
|
|
struct st_ram_io *st_loc, struct mailbox *mailbox)
|
|
{
|
|
{
|
|
void __iomem *from = apbs[IndexCard].RamIO + RAM_TO_PC;
|
|
void __iomem *from = apbs[IndexCard].RamIO + RAM_TO_PC;
|
|
- unsigned char *to = (unsigned char *)&mailbox;
|
|
|
|
|
|
+ unsigned char *to = (unsigned char *)mailbox;
|
|
#ifdef DEBUG
|
|
#ifdef DEBUG
|
|
int c;
|
|
int c;
|
|
#endif
|
|
#endif
|