[roll] Roll fuchsia [mock-ddk] Handle case in device_get_variable when device is null

This is seen in the wild, e.g. src/graphics/display/drivers/display/controller.cc;l=55

Neither the real device_get_variable implementation nor the fake_ddk one
require device to be not null, so this change brings mock-ddk closer in
line with them.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/757666
Original-Revision: fc88c30242d66d9b8c3fc64df7cef5f96ac3d4bf
GitOrigin-RevId: dac7515f2483fed45aa260b5d8bea762dde0b88b
Change-Id: I8643852d37400be2be3f66b0827d6ce84c33d58d
1 file changed
tree: 08f81fcb884b5980ece6125504d8775990bd8183
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.