Re: [PATCH 1/6] libmachdev: fix device_open

2014-04-13 Thread Samuel Thibault
Justus Winter, le Sun 13 Apr 2014 13:43:09 +0200, a écrit : > device_open used to explicitly call ds_device_open_reply instead of > just letting the mig-generated wrapper around ds_device_open generate > the return message. There is really no need for that. Ack. > * libmachdev/net.c: Do not incl

[PATCH 1/6] libmachdev: fix device_open

2014-04-13 Thread Justus Winter
device_open used to explicitly call ds_device_open_reply instead of just letting the mig-generated wrapper around ds_device_open generate the return message. There is really no need for that. * libmachdev/net.c: Do not include device_reply_U.h. (device_open): Do not call ds_device_open_reply. Set