From: Namhyung Kim Date: Mon, 20 Jun 2011 11:27:44 +0000 (+0200) Subject: bsg: remove unnecessary conditional expressions X-Git-Tag: v3.1-rc1~251^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44194e3e88fcfe77a2a6e2333847d4f27816259a;p=pandora-kernel.git bsg: remove unnecessary conditional expressions Second condition in OR always implies first condition is false thus bytes_read in the second is not needed. The same goes to bytes_written. Signed-off-by: Namhyung Kim Acked-by: FUJITA Tomonori Signed-off-by: Jens Axboe --- Reading git-diff-tree failed