From: Eric Lapuyade Date: Thu, 3 May 2012 13:35:25 +0000 (+0200) Subject: NFC: Changed HCI cmd execution completion result to std linux errno X-Git-Tag: v3.6-rc1~125^2~57^2~152 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c1c5b9e1d8a25268a607c762576b5c16e3e7230;p=pandora-kernel.git NFC: Changed HCI cmd execution completion result to std linux errno An HCI command can complete either from an HCI response (with an HCI result) or as a consequence of any other system error during processing. The completion therefore needs to take a standard errno code. The HCI response will convert its result to a standard errno before calling the completion. Signed-off-by: Eric Lapuyade Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed