scripts: gen_handles.py: initialize handle.device Initialize `handle.device` to `None` so that the assert after the matching has a chance to catch errors. Without this, a failed match will raise an exception on the line above as it attempts to get a property that doesn't exist. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>