On Sun, May 25, 2008 at 11:32:45AM +0000, Robert P. J. Day wrote:
> 
> Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]>
> 
> ---
> 
> diff --git a/drivers/crypto/hifn_795x.c b/drivers/crypto/hifn_795x.c
> index 81f3f95..c4c018d 100644
> --- a/drivers/crypto/hifn_795x.c
> +++ b/drivers/crypto/hifn_795x.c
> @@ -894,7 +894,7 @@ static int hifn_enable_crypto(struct hifn_device *dev)
>       char *offtbl = NULL;
>       int i;
> 
> -     for (i = 0; i < sizeof(pci2id)/sizeof(pci2id[0]); i++) {
> +     for (i = 0; i < ARRAY_SIZE(pci2id)); i++) {

You've got an extra parenthesis here.  You should be building the
patches that you send, no matter how trivial they might look!

I've fixed it for you this time.

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to