]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'regmap-v3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Dec 2013 19:38:35 +0000 (11:38 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Dec 2013 19:38:35 +0000 (11:38 -0800)
commite272f8fb71858b208581f5edf7419d9c9c2f07a7
tree05405a66b5a95aba6405ed0aa791c3d3c8dc93b4
parent5b039d628e9d56924024a88c1331689599ce851e
parentd4ed14eb711e5cebf6d58c9e5c73abb7a6d4e158
Merge tag 'regmap-v3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap

Pull regmap fixes from Mark Brown:
 "Two small changes to fix some error handling and checking (both of
  which would be quite serious if the errors trigger) plus a trivial
  documentation fix"

* tag 'regmap-v3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap:
  regmap: use IS_ERR() to check clk_get() results
  regmap: make sure we unlock on failure in regmap_bulk_write
  regmap: trivial comment fix (copy'n'paste error)