commit | 206ab6e090eeddce71372041454d50d93a63017d | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@web.de> | Tue Apr 28 21:25:58 2009 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri May 01 09:44:10 2009 -0500 |
tree | ccb8efc37f54914ae76159ad93eb991a367a6871 | |
parent | 0fc8e0ec7f42fb79763b875edea2f50c0691c1f4 [diff] |
net: Avoid gcc'ism in net_host_device_add >> + if (net_client_init(device, opts ? : "") < 0) { > > Is this a gcc extension? Do we want to introduce this construct to the > code base. Valid remark, fix below. Thanks, Jan --------> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>