From e0044c9822ab7b60b493bc135ec258227a082b5a Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Mon, 11 Mar 2013 14:41:51 +0300 Subject: [PATCH] pata_legacy: bogus clock in opti82c46x_set_piomode() "sysclk" is used as an index into a 4 element array. My static checker complains because it can be out of bounds. From the context, it looks like there is a right bit shift missing. Signed-off-by: Dan Carpenter Signed-off-by: Jeff Garzik --- Reading git-format-patch failed