K 10 svn:author V 2 mw K 8 svn:date V 27 2022-07-29T17:10:33.113111Z K 7 svn:log V 606 ena: Use device_set_desc in probe During probe the driver created a temporary buffer to which the value of DEVICE_DESC constant was printed. This buffer was then copied to the device structure using device_set_desc_copy. Since the value of this string is exactly the same for every device using the ENA driver, using sprintf is unnecessary, and device_set_desc can be used instead. Obtained from: Semihalf MFC after: 2 weeks Sponsored by: Amazon, Inc. (cherry picked from commit 755e60ca046390bdcfc097b6a8f1a032d47a7b65) Git Hash: c093a162a2acf70c7ac909a9d9193255fbf2a5f6 Git Author: dgr@semihalf.com END