Merge "image-tools: Precise dev-bus-id generation"

This commit is contained in:
Jenkins 2017-05-02 07:16:47 +00:00 committed by Gerrit Code Review
commit ca84a77306
1 changed files with 3 additions and 0 deletions

View File

@ -191,6 +191,9 @@ function get_device_bus_id {
# $1 = the device number
# returns the corresponding device_bus_id
# Set device-bus-id format is: '0.<subchannel set id>.<devno>'
# It's safe to return 0.0. here as DPM does not support multiple
# subchannel sets right now.
echo "0.0.$1"
}