cpu: change strtol() to strtoull() 03/55903/1 accepted/tizen/mobile/20151230.223708 accepted/tizen/tv/20151230.223729 accepted/tizen/wearable/20151230.223743 submit/tizen/20151230.082645
authorTaeyoung Kim <ty317.kim@samsung.com>
Wed, 30 Dec 2015 05:33:29 +0000 (14:33 +0900)
committerTaeyoung Kim <ty317.kim@samsung.com>
Wed, 30 Dec 2015 05:38:00 +0000 (14:38 +0900)
commit3fbb56da6e67cfc439210345b5e0c0ebf2c7318a
treeb4f3760dd736c5654cea3a37b7b745eebca8b9bb
parent6e8b2daa66d1483671f9efd73ec8f606ca8b026a
cpu: change strtol() to strtoull()

- The type of the variables to store the result is unsigned longlong
  Thus strtol() is changed to strtoull()

Change-Id: I3b01e79b46e7bf3b807e48a1ff1992481e67372d
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
src/cpu.c