]> git.baikalelectronics.ru Git - kernel.git/commit
staging: vchiq_core: remove superfluous static_assert statement
authorGaston Gonzalez <gascoar@gmail.com>
Mon, 22 Nov 2021 13:09:26 +0000 (10:09 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Nov 2021 16:43:22 +0000 (17:43 +0100)
commit725a635cc76b58d3249434bd3f774d6920feac81
tree1f024ab98909731c68a8eaf91d16d27d42ef3701
parent3aacf6fc2cf62064fcc9616a414f06a1b62a0d30
staging: vchiq_core: remove superfluous static_assert statement

After removing the BITSET_T typedef in commit ac7faf4a1fd4 ("staging:
vchiq_core: get rid of typedef") the static_assert statement becomes superfluous
as now we are checking if the size of the u32 type is 4 bytes. Hence, just
remove the static_assert statement.

Suggested-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Gaston Gonzalez <gascoar@gmail.com>
Link: https://lore.kernel.org/r/20211122130926.342128-1-gascoar@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h