Files
u-boot/include
Dan Carpenter cc05d352fb video: Add parentheses around VNBYTES() macro
The VNBYTES() macro needs to have parentheses to prevent some (harmless)
macro expansion bugs.  The VNBYTES() macro is used like this:

	VID_TO_PIXEL(x) * VNBYTES(vid_priv->bpix)

The * operation is done before the / operation.  It still ends up with
the same results, but it's not ideal.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
2023-08-08 17:05:43 -04:00
..
2023-08-03 09:21:02 +02:00
2023-08-03 15:30:53 -04:00
2023-07-17 15:38:11 -04:00
2023-07-21 09:00:39 +02:00
2023-07-14 12:54:51 -04:00