[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120301.222316.1877216960521396397.davem@davemloft.net>
Date: Thu, 01 Mar 2012 22:23:16 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: gustavo@...ovan.org
Cc: johan.hedberg@...il.com, linville@...driver.com,
netdev@...r.kernel.org
Subject: Re: pull request: bluetooth-next 2012-03-01
From: David Miller <davem@...emloft.net>
Date: Thu, 01 Mar 2012 22:16:43 -0500 (EST)
> This was only three commits into your tree, therefore I'm not very
> optimistic to be honest with you.
In the very next commit, 3175405b906a85ed2bad21e09c444266e4a05a8e we end
up with:
mgmt_device_found(hdev, &info->bdaddr, ACL_LINK, 0x00,
info->dev_class, 0, 1, NULL);
which after all the rest of the commits still looks like:
mgmt_device_found(hdev, &info->bdaddr, ACL_LINK, 0x00,
info->dev_class, 0, !name_known, ssp,
NULL, 0);
You have to make those arguments line up properly:
mgmt_device_found(hdev, &info->bdaddr, ACL_LINK, 0x00,
info->dev_class, 0, !name_known, ssp,
NULL, 0);
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists