[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 67/68] device/ds_routines.c: fix initialization from incompat
From: |
Samuel Thibault |
Subject: |
Re: [PATCH 67/68] device/ds_routines.c: fix initialization from incompatible pointer type |
Date: |
Fri, 4 Apr 2014 22:16:26 +0200 |
User-agent: |
Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) |
Hello,
Marin Ramesa, le Fri 29 Nov 2013 22:54:32 +0100, a écrit :
> * device/device_emul.h (device_emulation_ops): Modify struct definition.
> - io_return_t (*close) (void *);
> + io_return_t (*close) (mach_device_t);
Well, no, this is really a void *, it's not always a mach_device_t: the
code defining struct device_emulation_ops can choose whatever it likes.
Samuel
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH 67/68] device/ds_routines.c: fix initialization from incompatible pointer type,
Samuel Thibault <=