[PATCH 1/5] fix if() brackets in Probe function

2012-03-03 Thread Sascha Hauer
in Probe() the indention shows what's meant but there are no brackets. Add them. Signed-off-by: Sascha Hauer --- src/driver.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/driver.c b/src/driver.c index d8bb7b5..2004434 100644 --- a/src/driver.c +++

[PATCH 1/5] fix if() brackets in Probe function

2012-03-03 Thread Sascha Hauer
in Probe() the indention shows what's meant but there are no brackets. Add them. Signed-off-by: Sascha Hauer s.ha...@pengutronix.de --- src/driver.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/driver.c b/src/driver.c index d8bb7b5..2004434 100644 ---