Skip to content
Snippets Groups Projects
Commit 617e50b8 authored by Alessandro Rubini's avatar Alessandro Rubini
Browse files

sdbfs/userspace/gensdbfs: fix typo



Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
parent f71faba4
Branches
Tags
No related merge requests found
......@@ -158,7 +158,7 @@ static int parse_config_line(struct sdbf *tree, struct sdbf *current, int line,
if (sscanf(t, "write = %i", &i) == 1) {
if (i)
d->bus_specific |= htonl(SDB_DATA_WRITE);
ekse
else
d->bus_specific &= htonl(~SDB_DATA_WRITE);
return 0;
}
......
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