--- compat/dun.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compat/dun.c b/compat/dun.c index de98830..3f3a0d4 100644 --- a/compat/dun.c +++ b/compat/dun.c @@ -191,8 +191,8 @@ static int dun_create_tty(int sk, char *tty, int size) int id, try = 30; struct rfcomm_dev_req req = { - flags: (1 << RFCOMM_REUSE_DLC) | (1 << RFCOMM_RELEASE_ONHUP), - dev_id: -1 + .flags = (1 << RFCOMM_REUSE_DLC) | (1 << RFCOMM_RELEASE_ONHUP), + .dev_id = -1 }; alen = sizeof(sa); -- 1.7.8.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html