[FS#109] generic/863-gpiommc.patch broken on 4.4

LEDE Bugs lede-bugs at lists.infradead.org
Mon Aug 22 07:01:40 PDT 2016


A new Flyspray task has been opened.  Details are below. 

User who did this - Stijn Tintel (stintel) 

Attached to Project - LEDE Project
Summary - generic/863-gpiommc.patch broken on 4.4
Task Type - Bug Report
Category - Base system
Status - New
Assigned To - 
Operating System - All
Severity - Low
Priority - Medium
Reported Version - Trunk
Due in Version - Undecided
Due Date - Undecided
Details - 
drivers/mmc/host/gpiommc.c:503:2: error: unknown field 'show_attribute' specified in initializer
  .show_attribute  = gpiommc_config_attr_show,
  ^
drivers/mmc/host/gpiommc.c:503:21: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
  .show_attribute  = gpiommc_config_attr_show,
                     ^
drivers/mmc/host/gpiommc.c:503:21: note: (near initialization for 'gpiommc_config_item_ops.allow_link')
drivers/mmc/host/gpiommc.c:504:2: error: unknown field 'store_attribute' specified in initializer
  .store_attribute = gpiommc_config_attr_store,
  ^
drivers/mmc/host/gpiommc.c:504:21: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
  .store_attribute = gpiommc_config_attr_store,
                     ^
drivers/mmc/host/gpiommc.c:504:21: note: (near initialization for 'gpiommc_config_item_ops.drop_link')
scripts/Makefile.build:264: recipe for target 'drivers/mmc/host/gpiommc.o' failed
make[7]: *** [drivers/mmc/host/gpiommc.o] Error 1


More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=109



More information about the lede-bugs mailing list