diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2013-04-09 17:09:35 +0200 |
|---|---|---|
| committer | Arnd Bergmann <arnd@arndb.de> | 2013-04-09 17:09:35 +0200 |
| commit | 5790c58b133913f92fd737c03efce9db7a1d2d4d (patch) | |
| tree | deef8f070b4de7fcff62d496d09842ff91ed83d0 /include/linux/clk-private.h | |
| parent | 1194b152cd4eff475652785ce366b20afe82dfcf (diff) | |
| parent | 533ddeb1e86f506129ee388a6cc13796dcf31311 (diff) | |
| download | olio-linux-3.10-5790c58b133913f92fd737c03efce9db7a1d2d4d.tar.xz olio-linux-3.10-5790c58b133913f92fd737c03efce9db7a1d2d4d.zip | |
Merge branch 'depends/clk' into next/drivers
This is a snapshot of the stable clk branch at
git://git.linaro.org/people/mturquette/linux.git clk-for-3.10
which is a dependency for the tegra clock changes.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include/linux/clk-private.h')
| -rw-r--r-- | include/linux/clk-private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/clk-private.h b/include/linux/clk-private.h index 9c7f5807824..dd7adff76e8 100644 --- a/include/linux/clk-private.h +++ b/include/linux/clk-private.h @@ -152,7 +152,7 @@ struct clk { }, \ .reg = _reg, \ .shift = _shift, \ - .width = _width, \ + .mask = BIT(_width) - 1, \ .flags = _mux_flags, \ .lock = _lock, \ }; \ |