commit | f3eff2096a8d0ceb2782fa2e10fac3aa2d5b127c | [log] [tgz] |
---|---|---|
author | Randy Dunlap <rdunlap@infradead.org> | Mon Nov 06 13:21:06 2017 -0500 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Tue Nov 07 03:12:17 2017 -0500 |
tree | 4c9923e32fb87c0a76225c473aa88cc74751e521 | |
parent | fe3652858a36bb1aa116f23258ea9cc353426566 [diff] |
media: ddbridge: fix build warnings Fix 2 build warnings. These functions are void, so drop the "return"s. ./drivers/media/pci/ddbridge/ddbridge-io.h: warning: 'return' with a value, in function returning void [enabled by default]: => 50:2, 55:2 Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Reported-by: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Daniel Scheller <d.scheller.oss@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>