From 263d9401a332ccec8945841dbc57707dcba1ec7d Mon Sep 17 00:00:00 2001 From: Akinobu Mita Date: Sat, 21 Jan 2012 00:15:27 +0900 Subject: [PATCH] [SCSI] hpsa: use find_first_zero_bit Use find_first_zero_bit to find the first cleared bit in a memory region. This also includes the following minor changes. - Use bitmap_zero - Reduce unnecessary atomic bitops usage Signed-off-by: Akinobu Mita Acked-by: Stephen M. Cameron Signed-off-by: James Bottomley --- Reading git-format-patch failed