commit | 9c53a1792a5e6c708897d0cb17f2a4509e499a52 | [log] [tgz] |
---|---|---|
author | Juergen Gross <jgross@suse.com> | Mon Oct 31 14:58:40 2016 +0100 |
committer | Juergen Gross <jgross@suse.com> | Mon Nov 07 13:55:02 2016 +0100 |
tree | 48de24da67c301fcd0eed7cf3af4c2af837e3ba7 | |
parent | bc33b0ca11e3df467777a4fa7639ba488c9d4911 [diff] |
xen: introduce xenbus_read_unsigned() There are multiple instances of code reading an optional unsigned parameter from Xenstore via xenbus_scanf(). Instead of repeating the same code over and over add a service function doing the job. Signed-off-by: Juergen Gross <jgross@suse.com> Reviewed-by: David Vrabel <david.vrabel@citrix.com>