From 7af472485733c19a52bba5d1a064f6d88c0d9880 Mon Sep 17 00:00:00 2001
From: Xiubo Li
Date: Mon, 22 Sep 2014 13:52:11 +0800
Subject: [PATCH] clk: use uninitialized_var instead setting 'flags' to 0
directly.
Setting 'flags' to zero will be certainly a misleading way to avoid
warning of 'flags' may be used uninitialized. uninitialized_var is
a correct way because the warning is a false possitive.
Signed-off-by: Xiubo Li
Signed-off-by: Mike Turquette
---
Reading git-format-patch failed