Please fix this defect appropriately.

linux-next MAINTAINERS section:

        13992   STI CEC DRIVER
        13993   M:      Benjamin Gaignard <benjamin.gaign...@linaro.org>
        13994   S:      Maintained
-->     13995   F:      drivers/staging/media/st-cec/
        13996   F:      Documentation/devicetree/bindings/media/stih-cec.txt

Commit that introduced this:

commit 82abbea734d659b4218ad06734b4927b43261985
 Author: Randy Dunlap <rdun...@infradead.org>
 Date:   Fri Jul 21 13:32:27 2017 -0700
 
     MAINTAINERS: fix alphabetical ordering
     
     Fix major alphabetic errors.  No attempt to fix items that all begin
     with the same word (like ARM, BROADCOM, DRM, EDAC, FREESCALE, INTEL,
     OMAP, PCI, SAMSUNG, TI, USB, etc.).
     
     (diffstat +/- is different by one line because TI KEYSTONE MULTICORE
     had 2 blank lines after it.)
     
     Signed-off-by: Randy Dunlap <rdun...@infradead.org>
     Acked-by: Andrew Morton <a...@linux-foundation.org>
     Signed-off-by: Linus Torvalds <torva...@linux-foundation.org>
 
  MAINTAINERS | 1683 +++++++++++++++++++++++++++++------------------------------
  1 file changed, 841 insertions(+), 842 deletions(-)

Last commit with drivers/staging/media/st-cec/

commit fc4e009c6c986a8cc717dc070d65ccb60d7de91a
Author: Benjamin Gaignard <benjamin.gaign...@linaro.org>
Date:   Tue Jan 3 12:54:56 2017 -0200

    [media] stih-cec: add CEC notifier support
    
    By using the CEC notifier framework there is no longer any reason
    to manually set the physical address. This was the one blocking
    issue that prevented this driver from going out of staging, so do
    this move as well.
    
    Signed-off-by: Benjamin Gaignard <benjamin.gaign...@linaro.org>
    Signed-off-by: Hans Verkuil <hans.verk...@cisco.com>
    Signed-off-by: Mauro Carvalho Chehab <mche...@s-opensource.com>

 drivers/media/platform/Kconfig                     | 18 +++++++++++++
 drivers/media/platform/Makefile                    |  1 +
 .../st-cec => media/platform/sti/cec}/Makefile     |  0
 .../st-cec => media/platform/sti/cec}/stih-cec.c   | 31 +++++++++++++++++++---
 drivers/staging/media/Kconfig                      |  2 --
 drivers/staging/media/Makefile                     |  1 -
 drivers/staging/media/st-cec/Kconfig               |  8 ------
 drivers/staging/media/st-cec/TODO                  |  7 -----
 8 files changed, 47 insertions(+), 21 deletions(-)

Reply via email to