Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor factory fixes #258

Merged
merged 3 commits into from
Jun 4, 2018
Merged

minor factory fixes #258

merged 3 commits into from
Jun 4, 2018

Commits on Jun 4, 2018

  1. factory: avoid modifying the config in place

    This avoids surprises when _convert_to_named_list is called multiple
    times and simplifies the control flow a bit.
    
    Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
    jluebbe committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    a6d7b73 View commit details
    Browse the repository at this point in the history
  2. factory: fix normalize_config for drivers

    This code is currently unused, so the bug was not triggered.
    
    Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
    jluebbe committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    9d2b38c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fff649d View commit details
    Browse the repository at this point in the history