On 06/14/2011 12:02 AM, Joe Perches wrote:

>               /* Get the message ID */
> -             msg_id = (__be16 *) ((void *) htc_hdr +
> -                                  sizeof(struct htc_frame_hdr));
> +             msg_id = (void *)htc_hdr + sizeof(struct htc_frame_hdr);

I would never do stuff like this without verifying by sparse that no 
warnings are introduced.

Sparse warnings should be avoided to keep sparse checks useful. 
Otherwise, important warnings would drown in the noise.

-- 
Regards,
Pavel Roskin
_______________________________________________
ath9k-devel mailing list
ath9k-devel@lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Reply via email to