From: Jeff Garzik Date: Sat, 20 Oct 2007 11:45:57 +0000 (+0200) Subject: [Bluetooth] Eliminate checks for impossible conditions in IRQ handler X-Git-Tag: v2.6.24-rc1~62^2~21 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac019360fe311dd6aa11b358a02eb3a61675882e;p=pandora-kernel.git [Bluetooth] Eliminate checks for impossible conditions in IRQ handler Our info structure and info->hdev is always passed to the IRQ handler, so we don't have to worry about these checks in every interrupt. Leave a BUG_ON() just to help unwary programmers, but these could probably be removed as well. Signed-off-by: Jeff Garzik Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed