phosphor-led-sysfs: srcrev bump e0844ff447..5b1417bd21

Andrew Jeffery (17):
      Add OpenBMC C++ clang-format file and format code
      controller: Avoid pessimistic moves
      bootstrap: Add dev mode
      test: Add tests for Physical class
      Add sysfs LED class wrapper
      sysfs: Integrate class into Physical and tests
      test: physical: Introduce LED mocks
      test: physical: Cover trigger:timer branch in setInitialState()
      test: physical: Cover trigger:none, brigtness:asserted branch
      test: physical: Hit both branches of stableStateOperation()
      test: physical: Capture Action::Blink parameters
      test: physical: Capture state(Action::{On,Off}) parameters
      physical: 'frequency' is really periodicity
      physical: Rework commentary for brevity
      physical: Cleanup unnecessary variables
      physical: Avoid unreachable statement in driveLED()
      physical: Conform to LED class kernel ABI

Change-Id: I01e9de7d517773aab0c40ba5212dd98ec12ae6df
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/recipes-phosphor/leds/phosphor-led-sysfs_git.bb b/recipes-phosphor/leds/phosphor-led-sysfs_git.bb
index 60b6761..7dcdc66 100644
--- a/recipes-phosphor/leds/phosphor-led-sysfs_git.bb
+++ b/recipes-phosphor/leds/phosphor-led-sysfs_git.bb
@@ -18,7 +18,7 @@
 
 SRC_URI += "git://github.com/openbmc/phosphor-led-sysfs"
 SRC_URI += "file://70-leds.rules"
-SRCREV = "e0844ff447abad01fa6f902caab3839336d1518d"
+SRCREV = "5b1417bd21d1e9c00b25bb6db700aec442af746d"
 S = "${WORKDIR}/git"
 
 do_install_append() {