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)
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)


No differences found