Message ID | 20191002144400.114541-1-mripard@kernel.org |
---|---|
State | Accepted, archived |
Headers | show |
Series | dt-bindings: media: rc: Fix redundant string | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success |
On Wed, 2 Oct 2019 16:44:00 +0200, Maxime Ripard wrote: > The linux,rc-map-name property is described using an enum, yet a value has > been put in that enum twice, resulting in a warning. Let's fix that. > > Fixes: 7c31b9d67342 ("media: dt-bindings: media: Add YAML schemas for the generic RC bindings") > Signed-off-by: Maxime Ripard <mripard@kernel.org> > --- > Documentation/devicetree/bindings/media/rc.yaml | 1 - > 1 file changed, 1 deletion(-) > Applied, thanks. Rob
diff --git a/Documentation/devicetree/bindings/media/rc.yaml b/Documentation/devicetree/bindings/media/rc.yaml index 3d5c154fd230..9054555e6608 100644 --- a/Documentation/devicetree/bindings/media/rc.yaml +++ b/Documentation/devicetree/bindings/media/rc.yaml @@ -73,7 +73,6 @@ properties: - rc-genius-tvgo-a11mce - rc-gotview7135 - rc-hauppauge - - rc-hauppauge - rc-hisi-poplar - rc-hisi-tv-demo - rc-imon-mce
The linux,rc-map-name property is described using an enum, yet a value has been put in that enum twice, resulting in a warning. Let's fix that. Fixes: 7c31b9d67342 ("media: dt-bindings: media: Add YAML schemas for the generic RC bindings") Signed-off-by: Maxime Ripard <mripard@kernel.org> --- Documentation/devicetree/bindings/media/rc.yaml | 1 - 1 file changed, 1 deletion(-)