From: David Howells Date: Wed, 30 Jun 2010 20:10:09 +0000 (-0700) Subject: Bluetooth: Fix abuse of the preincrement operator X-Git-Tag: v2.6.35-rc5~14^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd1589a431e90f9ff587e640c67101a565e52bba;p=pandora-kernel.git Bluetooth: Fix abuse of the preincrement operator Fix abuse of the preincrement operator as detected when building with gcc 4.6.0: CC [M] drivers/bluetooth/hci_bcsp.o drivers/bluetooth/hci_bcsp.c: In function 'bcsp_prepare_pkt': drivers/bluetooth/hci_bcsp.c:247:20: warning: operation on 'bcsp->msgq_txseq' may be undefined Reported-by: Justin P. Mattock Signed-off-by: David Howells Acked-by: Gustavo F. Padovan Signed-off-by: David S. Miller --- Reading git-diff-tree failed