[PATCH] Fix mdelay's use of 'msec' name
The mdelay() macro does the wrong thing if you try to use it with an argument expression that contains the (perfectly natural) variable name 'msec'. Fix it to use an internal variable that doesn't clash with normal naming.
Showing
Please register or sign in to comment