Commit b45b0171 authored by Alessandro Rubini's avatar Alessandro Rubini

kernel/fmc-sdb: report the new types in sdb dump

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent f9e4b732
...@@ -201,6 +201,12 @@ static void __fmc_show_sdb_tree(const struct fmc_device *fmc, ...@@ -201,6 +201,12 @@ static void __fmc_show_sdb_tree(const struct fmc_device *fmc,
case sdb_type_integration: case sdb_type_integration:
printk("integration\n"); printk("integration\n");
break; break;
case sdb_type_repo_url:
printk("repo-url\n");
break;
case sdb_type_synthesis:
printk("synthesis-info\n");
break;
case sdb_type_empty: case sdb_type_empty:
printk("empty\n"); printk("empty\n");
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment