Commit e46b5486 authored by Cesar Prados's avatar Cesar Prados Committed by Alessandro Rubini

trivial: w1: warning fix

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 12190880
......@@ -164,6 +164,7 @@ static int cmd_w1(const char *args[])
(int)((temp & 0xffff) * 10 * 1000 >> 16));
}
}
return 0;
}
DEFINE_WRC_COMMAND(w1) = {
......
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