Commit 8b60000a authored by Alessandro Rubini's avatar Alessandro Rubini

sdbfs/userspace/gensdbfs: fix typo

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 15bad7fa
......@@ -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;
}
......
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