On Tue, 11 Dec 2007 15:23:04 -0600 Scott Wood <[EMAIL PROTECTED]> wrote:
>
>  #define offset_devp(off)     \
>       ({ \
> -             int offset = (off); \
> -             check_err(offset) ? NULL : (void *)(offset+1); \
> +             int _offset = (off); \
> +             check_err(_offset) ? NULL : (void *)(_offset+1); \
>       })

Just wondering if this could be a static inline function?

-- 
Cheers,
Stephen Rothwell                    [EMAIL PROTECTED]
http://www.canb.auug.org.au/~sfr/

Attachment: pgp9zOR3SILt4.pgp
Description: PGP signature

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to