Closed zhouji3x closed 4 years ago
if the initial value of serial number is set to non-zero, the real serial number will not be read.
Tracked-On: OAM-91337 Signed-off-by: JianFeng,Zhou jianfeng.zhou@intel.com
According to the c specification a static variable default value is 0. The right way to set to 0 in C is to not initialize it.
good suggestion. @zhouji3x , please follow.
if the initial value of serial number is set to non-zero, the real serial number will not be read.
Tracked-On: OAM-91337 Signed-off-by: JianFeng,Zhou jianfeng.zhou@intel.com