Fix some warnings about missing return values
authorAntonio Ospite <ao2@ao2.it>
Tue, 3 Feb 2015 11:21:03 +0000 (12:21 +0100)
committerAntonio Ospite <ao2@ao2.it>
Thu, 16 Apr 2015 12:56:24 +0000 (14:56 +0200)
commit2e1e31d3c33e2a8b990bf2ec3de94cbbf7af2998
tree8156bc3bdbaedf1d06e3e19bdf97dd78d400b565
parente0f31f14b5409a3c554ae3e7d3e568ad5696dfe8
Fix some warnings about missing return values

dsdt.dsl   4065:             Method (_PS0, 0, Serialized)
Warning  3115 -                        ^ Not all control paths return a value (_PS0)

dsdt.dsl   4280:             Method (_PS3, 0, Serialized)
Warning  3115 -                        ^ Not all control paths return a value (_PS3)

dsdt.dsl  12210:             Method (_PS3, 0, NotSerialized)
Warning  3115 -                        ^ Not all control paths return a value (_PS3)
dsdt.dsl